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

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

Issue 2036893003: [CSS Typed OM] Rename StyleValue -> CSSStyleValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update more union types 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/CSSNumberValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
index d2234df4ce50027fcdafd00215d61b5c42710493..298d9fc0c9772bcca59e617fef2f1d5f8ab51f98 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
@@ -5,6 +5,6 @@
[
Constructor(double value),
RuntimeEnabled=CSSTypedOM
-] interface CSSNumberValue : StyleValue {
+] interface CSSNumberValue : CSSStyleValue {
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/CSSOMTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698