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