Index: third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl |
diff --git a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl |
index c77fec96818a5bbbd708e7e0f55b9d96821fe6c0..e9cae2bfdf66b367fb9a1770e4f34e42a5af3c7c 100644 |
--- a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl |
+++ b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl |
@@ -22,6 +22,7 @@ |
[ |
DependentLifetime, |
+ SetWrapperReferenceTo(CSSRule parentRule), |
] interface CSSStyleDeclaration { |
[RaisesException=Setter] attribute DOMString cssText; |
readonly attribute unsigned long length; |