Index: third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/StyleValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl |
similarity index 68% |
rename from third_party/WebKit/Source/core/css/cssom/StyleValue.idl |
rename to third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl |
index b5ea7088ab44a39f1ef601cac7da4a8c337cfc02..08cc86be386e68643d9eec505d53bb255046e199 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/StyleValue.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl |
@@ -4,8 +4,8 @@ |
[ |
RuntimeEnabled=CSSTypedOM, |
-] interface StyleValue { |
+] interface CSSStyleValue { |
readonly attribute DOMString cssString; |
- // TODO(meade): Should be (StyleValue or sequence<StyleValue>)? instead of object?. Fix when the code generator supports this. |
+ // TODO(meade): Should be (CSSStyleValue or sequence<CSSStyleValue>)? instead of object?. Fix when the code generator supports this. |
[RaisesException, CallWith=ScriptState] static object? parse(DOMString property, DOMString cssText); |
}; |