Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index bec455c01c1323ddcefe3e675e39d1d0d3bba0ee..55f592fa8eb9e6e5e3b43785f8bb0deef4af10ff 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -100,12 +100,6 @@ |
// WebKit extension, pending specification. |
[RaisesException] boolean webkitMatchesSelector([Default=Undefined] optional DOMString selectors); |
- // ParentNode interface API |
- [PerWorldBindings] readonly attribute HTMLCollection children; |
- [PerWorldBindings] readonly attribute Element firstElementChild; |
- [PerWorldBindings] readonly attribute Element lastElementChild; |
- [PerWorldBindings] readonly attribute unsigned long childElementCount; |
- |
// ShadowAware API |
[Reflect=pseudo, ImplementedAs=pseudo, PerWorldBindings] attribute DOMString webkitPseudo; |
[ImplementedAs=createShadowRoot, RaisesException] ShadowRoot webkitCreateShadowRoot(); |