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

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: Adjust formatting 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 7a8211bd07b4b3e854a977f84fb20e39f939b1cb..047d4b7e2ac8ec1b3a5f06772448b097c2806fcd 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 @@
// static (StyleValue or sequence<StyleValue>)? parse(DOMString property, DOMString cssText);
[CallWith=ScriptState] static object? parse(DOMString property, DOMString cssText);
};
+

Powered by Google App Engine
This is Rietveld 408576698