You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/08/12 15:21:25 UTC

flex-typedefs git commit: adjust typedefs for newer GCC externs

Repository: flex-typedefs
Updated Branches:
  refs/heads/develop 0028489bd -> 3a6a055ba


adjust typedefs for newer GCC externs


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/3a6a055b
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/3a6a055b
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/3a6a055b

Branch: refs/heads/develop
Commit: 3a6a055ba3895fc7b34fa042ec2cb8f8c351f0b5
Parents: 0028489
Author: Alex Harui <ah...@apache.org>
Authored: Sat Aug 12 08:21:12 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Aug 12 08:21:21 2017 -0700

----------------------------------------------------------------------
 js/src/main/javascript/missing.js | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/3a6a055b/js/src/main/javascript/missing.js
----------------------------------------------------------------------
diff --git a/js/src/main/javascript/missing.js b/js/src/main/javascript/missing.js
index d32b831..0715599 100644
--- a/js/src/main/javascript/missing.js
+++ b/js/src/main/javascript/missing.js
@@ -24,13 +24,6 @@
  */
 function ExtendableEvent() {}
 
-// HACK @enum page_visibility
-/**
- * @constructor
- */
-function VisibilityState(description) {}
-
-
 // chrome.js
 /**
  * @constructor
@@ -72,16 +65,6 @@ dialogPolyfill.registerDialog = function(element) {};
 /**
  * @constructor
  */
-function FontFaceSetLoadStatus() {}
-
-/**
- * @constructor
- */
-function FontFaceLoadStatus() {}
-
-/**
- * @constructor
- */
 function Navigator() {}