Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: third_party/WebKit/Source/core/css/cssom/StyleValue.idl

Issue 1874623002: Implement iterable<DOMString, (StyleValue or sequence<StyleValue>)> for InlineStylePropertyMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@computed-stylepropertymap-2
Patch Set: Address review comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698