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

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

Issue 2158733003: [Typed-OM] Add StringOrCSSVariableReferenceValue type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify variable Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
index 9746a4be696a73c82a3a5d1a93db2e03fa0c7f77..8baae9deeca20b51a2488b438c3abd85ee14e242 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
@@ -6,6 +6,5 @@
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM,
] interface CSSTokenStreamValue : CSSStyleValue {
- iterable<DOMString>;
-// TODO(anthonyhkf): change to iterable<(DOMString or CSSVariableReferenceValue)>;
+ iterable<(DOMString or CSSVariableReferenceValue)>;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698