Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 8d45e7d091190b9db985bb3e510830088782610f..3a8d2bafa5efe96492e8423ff4904819f399a672 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -92,6 +92,8 @@ |
// 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; |