Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index 7ca9e185a809bc99bfd4f577b9c3d53151ea0e07..c8447b9477e1eb35691465bf65945571755dd78f 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()) |