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