Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 6d7fb1b06035f11771b9c2681098a9582b70a968..7afd390b3f3c23767023ac67f2584a81da6a4681 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -285,3 +285,5 @@ callback CustomElementConstructor = Element (); |
readonly attribute HTMLScriptElement currentScript; |
}; |
+Document implements ParentNode; |
+ |