Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(135)

Unified Diff: core/dom/DocumentFragment.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/dom/DocumentFragment.idl
diff --git a/core/dom/DocumentFragment.idl b/core/dom/DocumentFragment.idl
index e8cd287f74be3d76eb3b3f13b4f0fe802912e713..f02cf18775658093177ceabed31bffaf5c44b179 100644
--- a/core/dom/DocumentFragment.idl
+++ b/core/dom/DocumentFragment.idl
@@ -18,10 +18,17 @@
*/
[
- SkipVTableValidation
+ Constructor,
+ CallWith=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;
};
« no previous file with comments | « core/dom/Document.idl ('k') | core/dom/DocumentType.idl » ('j') | core/dom/NodeList.idl » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b