Title: [89752] trunk/Source/WebCore
Revision
89752
Author
[email protected]
Date
2011-06-25 15:16:57 -0700 (Sat, 25 Jun 2011)

Log Message

2011-06-25  Dirk Schulze  <[email protected]>

        Unreviewed build fix.

        SVGAnimatedType should support SVGNumberList animation
        https://bugs.webkit.org/show_bug.cgi?id=63387

        * svg/SVGAnimatedNumberList.cpp:
        (WebCore::SVGAnimatedNumberListAnimator::calculateAnimatedValue):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89751 => 89752)


--- trunk/Source/WebCore/ChangeLog	2011-06-25 22:08:27 UTC (rev 89751)
+++ trunk/Source/WebCore/ChangeLog	2011-06-25 22:16:57 UTC (rev 89752)
@@ -1,5 +1,15 @@
 2011-06-25  Dirk Schulze  <[email protected]>
 
+        Unreviewed build fix.
+
+        SVGAnimatedType should support SVGNumberList animation
+        https://bugs.webkit.org/show_bug.cgi?id=63387
+
+        * svg/SVGAnimatedNumberList.cpp:
+        (WebCore::SVGAnimatedNumberListAnimator::calculateAnimatedValue):
+
+2011-06-25  Dirk Schulze  <[email protected]>
+
         Reviewed by Nikolas Zimmermann.
 
         SVGAnimatedType should support SVGNumberList animation

Modified: trunk/Source/WebCore/svg/SVGAnimatedNumberList.cpp (89751 => 89752)


--- trunk/Source/WebCore/svg/SVGAnimatedNumberList.cpp	2011-06-25 22:08:27 UTC (rev 89751)
+++ trunk/Source/WebCore/svg/SVGAnimatedNumberList.cpp	2011-06-25 22:16:57 UTC (rev 89752)
@@ -83,8 +83,6 @@
         fromNumberList = animatedNumberList;
 
     SVGNumberList& toNumberList = to->numberList();
-    ASSERT(toNumberList);
-
     unsigned itemsCount = fromNumberList.size();
     if (itemsCount != toNumberList.size()) {
         if (percentage < 0.5) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to