| Index: third_party/WebKit/Source/core/css/CSSStyleSheet.idl
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleSheet.idl b/third_party/WebKit/Source/core/css/CSSStyleSheet.idl
|
| index c97f1464e45abcf65c240e5b6afb3dc8c661d443..9e51b163825fa553993d2450e8c99d2c244be732 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleSheet.idl
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleSheet.idl
|
| @@ -21,7 +21,7 @@
|
| // https://dev.w3.org/csswg/cssom/#the-cssstylesheet-interface
|
|
|
| [
|
| - SetWrapperReferenceFrom=ownerNode,
|
| + DependentLifetime,
|
| ] interface CSSStyleSheet : StyleSheet {
|
| readonly attribute CSSRule? ownerRule;
|
| [SameObject] readonly attribute CSSRuleList cssRules;
|
|
|