Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 9537778eb9034872cbca02318fd3cce16b675b0a..738ac2faef474519039fa08eb46fe2cc48b6ce72 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -36,7 +36,6 @@ interface Document : Node { |
DocumentFragment createDocumentFragment(); |
Text createTextNode(DOMString data); |
Comment createComment(DOMString data); |
- [RaisesException, MeasureAs=DocumentCreateCDATASection] CDATASection createCDATASection(DOMString data); // Removed from DOM4. |
[RaisesException] ProcessingInstruction createProcessingInstruction(DOMString target, DOMString data); |
[RaisesException, MeasureAs=DocumentCreateAttribute] Attr createAttribute(DOMString name); |
HTMLCollection getElementsByTagName(DOMString localName); |