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

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

Issue 2097093002: [Typed OM] Rename cssString methods to cssText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-transformvalue
Patch Set: Update usage in csspaint logging for tests 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/CSSLengthValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.idl
index 5a1bb10a86ee7cae1a25c0676ca9c1e158bae829..e8766f478692af63dddc581f7d245287f1eaa832 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.idl
@@ -15,7 +15,7 @@ enum LengthType {
[RaisesException, NewObject] CSSLengthValue multiply(double value);
[RaisesException, NewObject] CSSLengthValue divide(double value);
- [RaisesException, NewObject] static CSSLengthValue from(DOMString cssString);
+ [RaisesException, NewObject] static CSSLengthValue from(DOMString cssText);
[RaisesException, NewObject] static CSSLengthValue from(double value, LengthType type);
[RaisesException, NewObject] static CSSLengthValue from(CSSCalcDictionary dictionary);
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp ('k') | third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698