| Index: Source/core/dom/shadow/ShadowRoot.idl
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl
|
| index 241c2f6fded8587dcb62c4f132f1496add8211e1..ececba5087f8628ae4d1522980dfa806b2fe7040 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.idl
|
| +++ b/Source/core/dom/shadow/ShadowRoot.idl
|
| @@ -29,7 +29,6 @@
|
| ] interface ShadowRoot : DocumentFragment {
|
| readonly attribute Element activeElement;
|
| [DeprecateAs=ShadowRootApplyAuthorStyles] attribute boolean applyAuthorStyles;
|
| - attribute boolean resetStyleInheritance;
|
| [RuntimeEnabled=ShadowDOM, ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot olderShadowRoot;
|
|
|
| [TreatNullAs=NullString, CustomElementCallbacks, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds, RaisesException=Setter] attribute DOMString innerHTML;
|
|
|