| Index: html/HTMLElement.idl
|
| ===================================================================
|
| --- html/HTMLElement.idl (revision 20375)
|
| +++ html/HTMLElement.idl (working copy)
|
| @@ -39,7 +39,7 @@
|
| [Reflect] attribute DOMString accessKey;
|
|
|
| // Extensions
|
| - [TreatNullAs=NullString] attribute DOMString innerHTML
|
| + [TreatNullAs=NullString, V8DeliverCustomElementCallbacks] attribute DOMString innerHTML
|
| setter raises(DOMException);
|
| [TreatNullAs=NullString] attribute DOMString innerText
|
| setter raises(DOMException);
|
|
|