Index: third_party/WebKit/Source/core/css/cssom/StyleValue.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/StyleValue.idl b/third_party/WebKit/Source/core/css/cssom/StyleValue.idl |
index fe52cdb959a6b714b2df7d70b6b7e0f5b85a0b14..ef6ba78318ac12e4af64a6de3410241de2cb5727 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/StyleValue.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/StyleValue.idl |
@@ -1,5 +1,6 @@ |
[ |
- RuntimeEnabled=CSSTypedOM |
+ RuntimeEnabled=CSSTypedOM, |
+ WillBeGarbageCollected |
] interface StyleValue { |
readonly attribute DOMString cssString; |
// static (StyleValue or sequence<StyleValue>)? parse(DOMString property, DOMString cssText); |