Changeset 181856 in webkit
- Timestamp:
- Mar 23, 2015, 11:07:01 AM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css/CSSParser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r181855 r181856 1 2015-03-23 Brent Fulgham <bfulgham@apple.com> 2 3 Unreviewed test fix. 4 5 * css/CSSParser.cpp: 6 (WebCore::CSSParser::parseScrollSnapDestination): Remove new assertion. 7 1 8 2015-03-23 Brent Fulgham <bfulgham@apple.com> 2 9 -
trunk/Source/WebCore/css/CSSParser.cpp
r181855 r181856 3354 3354 { 3355 3355 RefPtr<CSSValueList> position = CSSValueList::createSpaceSeparated(); 3356 ASSERT(m_valueList->size() == 2);3357 3356 if (m_valueList->size() != 2) 3358 3357 return false;
Note:
See TracChangeset
for help on using the changeset viewer.