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

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

Issue 1957213002: Typed CSSOM: Rename NumberValue to CSSNumberValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix inline style tests 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/CSSNumberValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/NumberValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
similarity index 86%
rename from third_party/WebKit/Source/core/css/cssom/NumberValue.idl
rename to third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
index 06bc109ef3dcb83c825f5f82ead2daf8af9abdf6..d2234df4ce50027fcdafd00215d61b5c42710493 100644
--- a/third_party/WebKit/Source/core/css/cssom/NumberValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
@@ -5,6 +5,6 @@
[
Constructor(double value),
RuntimeEnabled=CSSTypedOM
-] interface NumberValue : StyleValue {
+] interface CSSNumberValue : StyleValue {
readonly attribute double value;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSNumberValue.h ('k') | third_party/WebKit/Source/core/css/cssom/NumberValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698