Changeset 201559 in webkit for trunk/Source/WebCore/css/CSSParser.cpp
- Timestamp:
- Jun 1, 2016, 11:14:25 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Source/WebCore/css/CSSParser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSParser.cpp
r201498 r201559 1610 1610 } 1611 1611 1612 Vector<StylePropertyShorthand>shorthands = matchingShorthandsForLonghand(propId);1612 auto shorthands = matchingShorthandsForLonghand(propId); 1613 1613 if (shorthands.size() == 1) 1614 1614 m_parsedProperties.append(CSSProperty(propId, WTFMove(value), important, true, CSSPropertyInvalid, m_implicitShorthand || implicit));
Note:
See TracChangeset
for help on using the changeset viewer.