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

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

Issue 2919943002: [CSS Typed OM] Rename CSSUnitValue's cssType method to just "type". (Closed)
Patch Set: Created 3 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
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl
index 02ab6d4ebdc654e0f210ad0df029f1e99217cbc6..8d7dcf35177427b407466931fba7e9310bbaf55a 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.idl
@@ -14,5 +14,5 @@
] interface CSSUnitValue : CSSNumericValue {
[EnforceRange] attribute double value;
[RaisesException=Setter] attribute DOMString unit;
- [ImplementedAs=cssType] readonly attribute DOMString type;
+ readonly attribute DOMString type;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698