Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Unified Diff: Source/core/css/parser/CSSPropertyParser.cpp

Issue 410953002: Merge CSSProperties.in and CSSShorthands.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@infiles
Patch Set: err on safe side for devtools parsing longhands Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())

Powered by Google App Engine
This is Rietveld 408576698