Chromium Code Reviews| Index: Source/core/dom/ParentNode.idl |
| diff --git a/Source/core/dom/ParentNode.idl b/Source/core/dom/ParentNode.idl |
| index fef5c3b6ef268681a2c11ac1e303bce531081210..10b418e9a8750f858cb61bc50a0e26da42399ce6 100644 |
| --- a/Source/core/dom/ParentNode.idl |
| +++ b/Source/core/dom/ParentNode.idl |
| @@ -7,6 +7,3 @@ |
| [PerWorldBindings] readonly attribute unsigned long childElementCount; |
| }; |
| -Document implements ParentNode; |
| -DocumentFragment implements ParentNode; |
| -Element implements ParentNode; |