Index: Source/core/dom/DocumentType.idl |
diff --git a/Source/core/dom/DocumentType.idl b/Source/core/dom/DocumentType.idl |
index 352da12c937ef9b1361ad37eeb4f10a8a8b277a6..e3e1f2a9cb7e51b21b90161d474d5d764072647e 100644 |
--- a/Source/core/dom/DocumentType.idl |
+++ b/Source/core/dom/DocumentType.idl |
@@ -29,11 +29,6 @@ interface DocumentType : Node { |
[TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId; |
[TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId; |
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString internalSubset; |
- |
- // ChildNode interface API |
- readonly attribute Element previousElementSibling; |
- readonly attribute Element nextElementSibling; |
- [RaisesException] void remove(); |
+ [TreatReturnedNullStringAs=Null] readonly attribute DOMString internalSubset; |
}; |