| Index: third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
|
| index 8e22b0a09bbfacfb8899ed75b9bf907cb6c5ac1b..11a386ed81ff49b9fa8861eea43c31b36174175f 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
|
| @@ -161,6 +161,8 @@ public:
|
| static void initUnitTable();
|
|
|
| static UnitType fromName(const String& unit);
|
| + static UnitType fromName(const LChar* characters8, unsigned length);
|
| + static UnitType fromName(const UChar* characters16, unsigned length);
|
|
|
| bool isAngle() const
|
| {
|
|
|