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

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

Issue 2011833002: Typed CSSOM: Rename CalcLength and StyleCalcLength to CSSCalcLength (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/CSSCalcLength.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CalcLength.idl b/third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
similarity index 89%
rename from third_party/WebKit/Source/core/css/cssom/CalcLength.idl
rename to third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
index a6efa3b453f15ca7084efb5c7e86f5b2edd06e88..cddc7d1886712601106b8e0f1bda3dd6fc91cd2b 100644
--- a/third_party/WebKit/Source/core/css/cssom/CalcLength.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
@@ -1,10 +1,9 @@
[
Constructor(CSSLengthValue length),
Constructor(CalcDictionary calcDictionary),
- ImplementedAs=StyleCalcLength,
RaisesException=Constructor,
RuntimeEnabled=CSSTypedOM
-] interface CalcLength : CSSLengthValue {
+] interface CSSCalcLength : CSSLengthValue {
readonly attribute double? px;
readonly attribute double? percent;
readonly attribute double? em;

Powered by Google App Engine
This is Rietveld 408576698