| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 1b638ac78a03c5d15bfe5a3a1bce920437ff19a8..de966427f4a5f4ea20465db2c9ba106a99102214 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -92,8 +92,6 @@
|
|
|
| // HTML 5
|
| NodeList getElementsByClassName([Default=Undefined] optional DOMString name);
|
| - [TreatNullAs=NullString, CustomElementCallbacks, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML;
|
| - [TreatNullAs=NullString, CustomElementCallbacks, SetterRaisesException] attribute DOMString outerHTML;
|
|
|
| [Reflect=class, TreatNullAs=NullString, PerWorldBindings] attribute DOMString className;
|
| [PerWorldBindings] readonly attribute DOMTokenList classList;
|
|
|