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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSAngleValue.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/CSSAngleValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.idl
index 0ed2d92f4f8293db493c9c4b21b0d161fa3a96df..e89a3e6e92b780eaf0a6f909f410d553bcbdf255 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.idl
@@ -6,7 +6,7 @@ enum CSSAngleUnit {
Constructor(double value, CSSAngleUnit unit),
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
-] interface CSSAngleValue : StyleValue {
+] interface CSSAngleValue : CSSStyleValue {
readonly attribute double degrees;
readonly attribute double radians;
readonly attribute double gradians;

Powered by Google App Engine
This is Rietveld 408576698