Index: Source/core/html/HTMLElement.idl |
diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl |
index 6dbe43f80d509b961f6f0369cbd99ef4ce3ddc19..d4d86eebe99321c8e48c37d7d0fef7361fcbaccb 100644 |
--- a/Source/core/html/HTMLElement.idl |
+++ b/Source/core/html/HTMLElement.idl |
@@ -38,7 +38,6 @@ |
[RaisesException, CustomElementCallbacks, MeasureAs=InsertAdjacentElement] Element insertAdjacentElement([Default=Undefined] optional DOMString where, |
[Default=Undefined] optional Element element); |
- [CustomElementCallbacks, RaisesException] void insertAdjacentHTML(DOMString where, DOMString html); |
[RaisesException, MeasureAs=InsertAdjacentText] void insertAdjacentText([Default=Undefined] optional DOMString where, |
[Default=Undefined] optional DOMString text); |