Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index f0249486914d47aa532db4afccd2378c870a5aa9..52be6875f65eb2beee8d9caf0178a4d2af17013b 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -101,7 +101,8 @@ |
// WebKit extension, pending specification. |
[RaisesException] boolean webkitMatchesSelector([Default=Undefined] optional DOMString selectors); |
- // ElementTraversal API |
+ // ParentNode interface API |
+ [PerWorldBindings] readonly attribute HTMLCollection children; |
[PerWorldBindings] readonly attribute Element firstElementChild; |
[PerWorldBindings] readonly attribute Element lastElementChild; |
[PerWorldBindings] readonly attribute unsigned long childElementCount; |