⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181856 in webkit


Ignore:
Timestamp:
Mar 23, 2015, 11:07:01 AM (11 years ago)
Author:
Brent Fulgham
Message:

Unreviewed test fix.

  • css/CSSParser.cpp:

(WebCore::CSSParser::parseScrollSnapDestination): Remove new assertion.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181855 r181856  
     12015-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
    182015-03-23  Brent Fulgham  <bfulgham@apple.com>
    29
  • trunk/Source/WebCore/css/CSSParser.cpp

    r181855 r181856  
    33543354{
    33553355    RefPtr<CSSValueList> position = CSSValueList::createSpaceSeparated();
    3356     ASSERT(m_valueList->size() == 2);
    33573356    if (m_valueList->size() != 2)
    33583357        return false;
Note: See TracChangeset for help on using the changeset viewer.