| Index: third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp
|
| index 256f86a70f540eb03ead8a4548d95d21dc8bffca..4d505803286a671f998cb7fdd900345747bbf109 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp
|
| @@ -75,7 +75,7 @@ String CSSUnitValue::unit() const {
|
| return CSSPrimitiveValue::UnitTypeToString(unit_);
|
| }
|
|
|
| -String CSSUnitValue::cssType() const {
|
| +String CSSUnitValue::type() const {
|
| if (unit_ == CSSPrimitiveValue::UnitType::kNumber)
|
| return "number";
|
| if (unit_ == CSSPrimitiveValue::UnitType::kPercentage)
|
|
|