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 b5ea7088ab44a39f1ef601cac7da4a8c337cfc02..c1b7c9c0007554d61e586990c5dc10201013564e 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/StyleValue.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/StyleValue.idl |
@@ -9,3 +9,4 @@ |
// TODO(meade): Should be (StyleValue or sequence<StyleValue>)? instead of object?. Fix when the code generator supports this. |
[RaisesException, CallWith=ScriptState] static object? parse(DOMString property, DOMString cssText); |
}; |
+ |
Timothy Loh
2016/05/13 04:57:45
unneeded newline
meade_UTC10
2016/05/13 05:46:34
Done.
|