Title: [181856] trunk/Source/WebCore
Revision
181856
Author
[email protected]
Date
2015-03-23 11:07:01 -0700 (Mon, 23 Mar 2015)

Log Message

Unreviewed test fix.

* css/CSSParser.cpp:
(WebCore::CSSParser::parseScrollSnapDestination): Remove new assertion.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (181855 => 181856)


--- trunk/Source/WebCore/ChangeLog	2015-03-23 16:57:06 UTC (rev 181855)
+++ trunk/Source/WebCore/ChangeLog	2015-03-23 18:07:01 UTC (rev 181856)
@@ -1,5 +1,12 @@
 2015-03-23  Brent Fulgham  <[email protected]>
 
+        Unreviewed test fix.
+
+        * css/CSSParser.cpp:
+        (WebCore::CSSParser::parseScrollSnapDestination): Remove new assertion.
+
+2015-03-23  Brent Fulgham  <[email protected]>
+
         scroll-snap-destination and scroll-snap-coordinate do not seem to work together properly
         https://bugs.webkit.org/show_bug.cgi?id=142552
         <rdar://problem/20114743>

Modified: trunk/Source/WebCore/css/CSSParser.cpp (181855 => 181856)


--- trunk/Source/WebCore/css/CSSParser.cpp	2015-03-23 16:57:06 UTC (rev 181855)
+++ trunk/Source/WebCore/css/CSSParser.cpp	2015-03-23 18:07:01 UTC (rev 181856)
@@ -3353,7 +3353,6 @@
 bool CSSParser::parseScrollSnapDestination(CSSPropertyID propId, bool important)
 {
     RefPtr<CSSValueList> position = CSSValueList::createSpaceSeparated();
-    ASSERT(m_valueList->size() == 2);
     if (m_valueList->size() != 2)
         return false;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to