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

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

Issue 2036893003: [CSS Typed OM] Rename StyleValue -> CSSStyleValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update order of core.gypi Created 4 years, 6 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/CSSKeywordValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
index 1ca935b6346fa2371c9f4bc518d07a7d5d307e09..0854886f331f239e584b74d774b7c5d8c83cc3a0 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
@@ -6,6 +6,6 @@
Constructor(DOMString keyword),
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
-] interface CSSKeywordValue : StyleValue {
+] interface CSSKeywordValue : CSSStyleValue {
readonly attribute DOMString keywordValue;
};

Powered by Google App Engine
This is Rietveld 408576698