| Index: third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h
|
| index affb5641920fe373b425dda3a66d8ad15285bad9..09f9c1202083a8e27a5bb7fbbcbac56d576ed078 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h
|
| @@ -26,7 +26,7 @@ public:
|
|
|
| virtual bool containsPercent() const = 0;
|
|
|
| - static CSSLengthValue* from(const String& cssString, ExceptionState&);
|
| + static CSSLengthValue* from(const String& cssText, ExceptionState&);
|
| static CSSLengthValue* from(double value, const String& typeStr, ExceptionState&);
|
| static CSSLengthValue* from(const CSSCalcDictionary&, ExceptionState&);
|
|
|
|
|