| Index: third_party/WebCore/dom/ShadowRoot.idl
|
| diff --git a/third_party/WebCore/dom/ShadowRoot.idl b/third_party/WebCore/dom/ShadowRoot.idl
|
| index 8110c1e08a743d73ec13452ca6a4db6a374741c0..00f7cd83a524b2b56167e02c740fcc23c1669e57 100644
|
| --- a/third_party/WebCore/dom/ShadowRoot.idl
|
| +++ b/third_party/WebCore/dom/ShadowRoot.idl
|
| @@ -34,6 +34,7 @@ module core {
|
| readonly attribute Element host;
|
| readonly attribute Element activeElement;
|
| attribute boolean applyAuthorStyles;
|
| + attribute boolean resetStyleInheritance;
|
|
|
| attribute [TreatNullAs=NullString] DOMString innerHTML
|
| setter raises(DOMException);
|
|
|