Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index b181094ccc9c3aa9b973cfa59f5ab4514da9d8c1..d75113c3692c94813119f167c5be3f5e1ba1179f 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -168,7 +168,7 @@ void CSSPropertyParser::addProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr |
Vector<StylePropertyShorthand, 4> shorthands; |
getMatchingShorthandsForLonghand(propId, &shorthands); |
// Viewport descriptors have width and height as shorthands, but it doesn't |
- // make sense for CSSShorthands.in to consider them as such. The shorthand |
+ // make sense for CSSProperties.in to consider them as such. The shorthand |
// index is only used by the inspector and doesn't affect viewport |
// descriptors. |
if (shorthands.isEmpty()) |