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

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

Issue 2005683002: Typed CSSOM: Rename SimpleLength to CSSSimpleLength (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix SimpleLengthType compile errors 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/CSSSimpleLength.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/SimpleLength.idl b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
similarity index 89%
rename from third_party/WebKit/Source/core/css/cssom/SimpleLength.idl
rename to third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
index dd6af73e8937b911abafceab1203f36bb5e51b35..a9f8b312db1a8bd81b1097c36a5443aec1410d98 100644
--- a/third_party/WebKit/Source/core/css/cssom/SimpleLength.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
@@ -6,7 +6,7 @@
Constructor(double value, DOMString type),
RaisesException=Constructor,
RuntimeEnabled=CSSTypedOM
-] interface SimpleLength : CSSLengthValue {
+] interface CSSSimpleLength : CSSLengthValue {
[EnforceRange] attribute double value;
[ImplementedAs=unit] readonly attribute LengthType type;
};

Powered by Google App Engine
This is Rietveld 408576698