| Index: Source/core/css/CSSPrimitiveValue.cpp
|
| diff --git a/Source/core/css/CSSPrimitiveValue.cpp b/Source/core/css/CSSPrimitiveValue.cpp
|
| index 6893d6cc7a039249be0c8be2785fb435e92d90fe..10b8f5944e37fe9439a1f781f257acb27a8cb386 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.cpp
|
| +++ b/Source/core/css/CSSPrimitiveValue.cpp
|
| @@ -800,7 +800,7 @@ double CSSPrimitiveValue::getDoubleValue() const
|
|
|
| CSSPrimitiveValue::UnitType CSSPrimitiveValue::canonicalUnitTypeForCategory(UnitCategory category)
|
| {
|
| - // The canonical unit type is chosen according to the way BisonCSSParser::validUnit() chooses the default unit
|
| + // The canonical unit type is chosen according to the way CSSPropertyParser::validUnit() chooses the default unit
|
| // in each category (based on unitflags).
|
| switch (category) {
|
| case UNumber:
|
|
|