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

Unified Diff: core/dom/DocumentFragment.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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
« no previous file with comments | « core/dom/Document.idl ('k') | core/dom/DocumentFullscreen.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/DocumentFragment.idl
diff --git a/core/dom/DocumentFragment.idl b/core/dom/DocumentFragment.idl
index f02cf18775658093177ceabed31bffaf5c44b179..076c94967b541f98e5744975217b0e82f29502ae 100644
--- a/core/dom/DocumentFragment.idl
+++ b/core/dom/DocumentFragment.idl
@@ -19,16 +19,12 @@
[
Constructor,
- CallWith=ScriptExecutionContext
+ ConstructorCallWith=ScriptExecutionContext
] interface DocumentFragment : Node {
// NodeSelector - Selector API
[RaisesException] Element querySelector(DOMString selectors);
[RaisesException] NodeList querySelectorAll(DOMString selectors);
-
- // ParentNode interface API
- readonly attribute HTMLCollection children;
- readonly attribute Element firstElementChild;
- readonly attribute Element lastElementChild;
- readonly attribute unsigned long childElementCount;
};
+DocumentFragment implements ParentNode;
+
« no previous file with comments | « core/dom/Document.idl ('k') | core/dom/DocumentFullscreen.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698