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

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

Issue 697363002: Remove DOMImplementation. (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 4c93a94e5b56e34a832c4f2660aff01db8026c73..63ad00a4492d4b6678e7124b53c51abe87f450d0 100644
--- a/sky/engine/core/dom/Document.idl
+++ b/sky/engine/core/dom/Document.idl
@@ -23,9 +23,10 @@ callback CustomElementConstructor = Element ();
typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
[
+ Constructor(),
+ ConstructorCallWith=Document,
SpecialWrapFor=(HTMLDocument)
] interface Document : Node {
- readonly attribute DOMImplementation implementation;
readonly attribute Element documentElement;
[CustomElementCallbacks, PerWorldBindings, RaisesException] Element createElement(DOMString tagName);

Powered by Google App Engine
This is Rietveld 408576698