| Index: third_party/WebCore/dom/ShadowRoot.idl
|
| diff --git a/third_party/WebCore/dom/ShadowRoot.idl b/third_party/WebCore/dom/ShadowRoot.idl
|
| index 5ee5663329f6a7606a46415150416ec082e700a2..55057b6806d53b3c2d51c973ff45a0cf9ef8aba7 100644
|
| --- a/third_party/WebCore/dom/ShadowRoot.idl
|
| +++ b/third_party/WebCore/dom/ShadowRoot.idl
|
| @@ -35,6 +35,7 @@ module core {
|
| readonly attribute Element host;
|
| readonly attribute Element activeElement;
|
| readonly attribute DOMSelection selection;
|
| + attribute boolean applyAuthorStyles;
|
|
|
| attribute [TreatNullAs=NullString] DOMString innerHTML
|
| setter raises(DOMException);
|
|
|