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