Index: Source/core/dom/ChildNode.idl |
diff --git a/Source/core/dom/ChildNode.idl b/Source/core/dom/ChildNode.idl |
index d08786b750c01334078810b77ab522188562c928..b37f05f25346ca67cc103970242ffe50b504d849 100644 |
--- a/Source/core/dom/ChildNode.idl |
+++ b/Source/core/dom/ChildNode.idl |
@@ -27,6 +27,3 @@ interface ChildNode { |
[RaisesException] void remove(); |
}; |
-DocumentType implements ChildNode; |
-Element implements ChildNode; |
-CharacterData implements ChildNode; |