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

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

Issue 1957163002: Rename KeywordValue to CSSKeywordValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/KeywordValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
similarity index 88%
rename from third_party/WebKit/Source/core/css/cssom/KeywordValue.idl
rename to third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
index 8b7f660bb56c5964d427f20cb64fbf8ed1488f81..1ca935b6346fa2371c9f4bc518d07a7d5d307e09 100644
--- a/third_party/WebKit/Source/core/css/cssom/KeywordValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
@@ -6,6 +6,6 @@
Constructor(DOMString keyword),
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
-] interface KeywordValue : StyleValue {
+] interface CSSKeywordValue : StyleValue {
readonly attribute DOMString keywordValue;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.cpp ('k') | third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698