Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: sky/engine/core/dom/Document.idl

Issue 703593003: Move exports from Document to Module (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/engine/core/dom/Document.idl
diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl
index 63ad00a4492d4b6678e7124b53c51abe87f450d0..c4921e3b36bfd1f7176d1c488059d9f6a3b5a926 100644
--- a/sky/engine/core/dom/Document.idl
+++ b/sky/engine/core/dom/Document.idl
@@ -96,7 +96,6 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
readonly attribute boolean hidden;
readonly attribute HTMLScriptElement currentScript;
- attribute any exports;
};
Document implements ParentNode;

Powered by Google App Engine
This is Rietveld 408576698