Index: Source/core/css/CSSPrimitiveValue.h |
diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h |
index 79c8feaf5066f1f49237e1b5b65dbb012f7555d8..9768cfd9791bcd20b48ba9b9f127e0b9bbd7a3a4 100644 |
--- a/Source/core/css/CSSPrimitiveValue.h |
+++ b/Source/core/css/CSSPrimitiveValue.h |
@@ -136,7 +136,7 @@ public: |
CSS_VALUE_ID = 118 |
}; |
- // This enum follows the CSSParser::Units enum augmented with UNIT_FREQUENCY for frequencies. |
+ // This enum follows the BisonCSSParser::Units enum augmented with UNIT_FREQUENCY for frequencies. |
enum UnitCategory { |
UNumber, |
UPercent, |