Index: Source/core/html/HTMLElement.idl |
diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl |
index efc9cebcfcac7da313301c1a2aaf87242aa3d456..c5640d52982da6f35070c4f8f789033ceb94cef9 100644 |
--- a/Source/core/html/HTMLElement.idl |
+++ b/Source/core/html/HTMLElement.idl |
@@ -33,9 +33,7 @@ |
[Reflect, TreatNullAs=NullString] attribute DOMString accessKey; |
// Extensions |
- [TreatNullAs=NullString, CustomElementCallbacks, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML; |
[TreatNullAs=NullString, CustomElementCallbacks, SetterRaisesException] attribute DOMString innerText; |
- [TreatNullAs=NullString, CustomElementCallbacks, SetterRaisesException] attribute DOMString outerHTML; |
[TreatNullAs=NullString, CustomElementCallbacks, SetterRaisesException] attribute DOMString outerText; |
[RaisesException, CustomElementCallbacks, MeasureAs=InsertAdjacentElement] Element insertAdjacentElement([Default=Undefined] optional DOMString where, |