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

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

Issue 1148253003: Add LayoutRoot (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated Created 5 years, 7 months 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 957b764cdbd8b0fc9dba7205ddf197ec7be61abd..50ee8bbd56895a7a37c78be851faeb9831f0ba97 100644
--- a/sky/engine/core/dom/Document.idl
+++ b/sky/engine/core/dom/Document.idl
@@ -22,9 +22,10 @@ callback CustomElementConstructor = Element ();
[
Constructor(),
- ConstructorCallWith=Document,
] interface Document : ParentNode {
[CustomElementCallbacks, RaisesException] Element createElement(DOMString tagName);
+ Text createText(DOMString text);
+
DocumentFragment createDocumentFragment();
[CustomElementCallbacks, RaisesException, TypeChecking=Interface] Node importNode(Node node, [Named] optional boolean deep = false);

Powered by Google App Engine
This is Rietveld 408576698