Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 400587b4b77103e67bdbd23576c9f07d0c6cbcdf..7f756cf726846a205749c3872f8ee1d8663430a1 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -35,7 +35,6 @@ |
[RaisesException] ProcessingInstruction createProcessingInstruction([Default=Undefined] optional DOMString target, |
[Default=Undefined] optional DOMString data); |
[RaisesException] Attr createAttribute([Default=Undefined] optional DOMString name); |
- [RaisesException] EntityReference createEntityReference([Default=Undefined] optional DOMString name); |
[PerWorldBindings] NodeList getElementsByTagName([Default=Undefined] optional DOMString tagname); |
// Introduced in DOM Level 2: |