| Index: Source/core/dom/shadow/ShadowRoot.idl
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl
|
| index c044243a7285a2af553f724129ff1dd105598ab9..5173b2bb5e4a92374e3185a4c5cf4f6155aa3844 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.idl
|
| +++ b/Source/core/dom/shadow/ShadowRoot.idl
|
| @@ -28,7 +28,6 @@
|
| NoInterfaceObject
|
| ] interface ShadowRoot : DocumentFragment {
|
| readonly attribute Element activeElement;
|
| - attribute boolean applyAuthorStyles;
|
| attribute boolean resetStyleInheritance;
|
| [RuntimeEnabled=ShadowDOM, ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot olderShadowRoot;
|
|
|
|
|