| Index: Source/core/html/HTMLElement.idl
|
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
|
| index 9894db2725db67a47ebd1b78a170a5426990b30a..d65a413c63c784e5f339c0f7df44f2cf65e324b2 100644
|
| --- a/Source/core/html/HTMLElement.idl
|
| +++ b/Source/core/html/HTMLElement.idl
|
| @@ -38,11 +38,11 @@
|
| [TreatNullAs=NullString, CustomElementCallbacks=Enable, SetterRaisesException] attribute DOMString outerHTML;
|
| [TreatNullAs=NullString, CustomElementCallbacks=Enable, SetterRaisesException] attribute DOMString outerText;
|
|
|
| - [RaisesException, CustomElementCallbacks=Enable] Element insertAdjacentElement([Default=Undefined] optional DOMString where,
|
| + [RaisesException, CustomElementCallbacks=Enable, MeasureAs=InsertAdjacentElement] Element insertAdjacentElement([Default=Undefined] optional DOMString where,
|
| [Default=Undefined] optional Element element);
|
| [CustomElementCallbacks=Enable, RaisesException] void insertAdjacentHTML([Default=Undefined] optional DOMString where,
|
| [Default=Undefined] optional DOMString html);
|
| - [RaisesException] void insertAdjacentText([Default=Undefined] optional DOMString where,
|
| + [RaisesException, MeasureAs=InsertAdjacentText] void insertAdjacentText([Default=Undefined] optional DOMString where,
|
| [Default=Undefined] optional DOMString text);
|
|
|
| [EnabledAtRuntime=IMEAPI] readonly attribute InputMethodContext inputMethodContext;
|
|
|