| Index: third_party/WebCore/css/StyleSheet.idl
|
| diff --git a/third_party/WebCore/css/StyleSheet.idl b/third_party/WebCore/css/StyleSheet.idl
|
| index 9e20d84acc3b0e421c71b1e369e20a21333b7723..b8568bfb205223d7a4b991cbc9a6e1e8b488649e 100644
|
| --- a/third_party/WebCore/css/StyleSheet.idl
|
| +++ b/third_party/WebCore/css/StyleSheet.idl
|
| @@ -26,7 +26,7 @@ module stylesheets {
|
| JSGenerateIsReachable,
|
| CustomToJSObject,
|
| ObjCPolymorphic,
|
| - V8DependentLifetime
|
| + V8GenerateIsReachable=ImplOwnerNodeRoot
|
| ] StyleSheet {
|
| readonly attribute [TreatReturnedNullStringAs=Null] DOMString type;
|
| attribute boolean disabled;
|
|
|