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 0b6f5672002d11196e28247fec69a2c1803d33bf..db4cde34ea608ef610175948d9f1ea687ce7c056 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp |
@@ -11,7 +11,7 @@ namespace blink { |
namespace { |
bool IsValidUnit(CSSPrimitiveValue::UnitType unit) { |
- // UserUnits returns true for CSSPrimitiveValue::isLength below. |
+ // UserUnits returns true for CSSPrimitiveValue::IsLength below. |
if (unit == CSSPrimitiveValue::UnitType::kUserUnits) |
return false; |
if (unit == CSSPrimitiveValue::UnitType::kNumber || |