Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 2029c3dbf8974773e60ad0f2887675ecf7a8d922..6d7fb1b06035f11771b9c2681098a9582b70a968 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -282,12 +282,6 @@ callback CustomElementConstructor = Element (); |
// Security Policy API: http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#script-interfaces |
[EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] readonly attribute SecurityPolicy securityPolicy; |
- // ParentNode interface API |
- readonly attribute HTMLCollection children; |
- readonly attribute Element firstElementChild; |
- readonly attribute Element lastElementChild; |
- readonly attribute unsigned long childElementCount; |
- |
readonly attribute HTMLScriptElement currentScript; |
}; |