Index: Source/core/dom/ParentNode.idl |
diff --git a/Source/core/dom/ParentNode.idl b/Source/core/dom/ParentNode.idl |
index 10b418e9a8750f858cb61bc50a0e26da42399ce6..358271b084c03113b4410aec5fe948777f2bf391 100644 |
--- a/Source/core/dom/ParentNode.idl |
+++ b/Source/core/dom/ParentNode.idl |
@@ -1,5 +1,6 @@ |
[ |
- NoInterfaceObject |
+ NoInterfaceObject, |
+ LegacyImplementedInBaseClass |
] interface ParentNode { |
[PerWorldBindings] readonly attribute HTMLCollection children; |
[PerWorldBindings] readonly attribute Element firstElementChild; |