Changeset 89752 in webkit


Ignore:
Timestamp:
Jun 25, 2011 3:16:57 PM (13 years ago)
Author:
krit@webkit.org
Message:

2011-06-25 Dirk Schulze <krit@webkit.org>

Unreviewed build fix.

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

  • svg/SVGAnimatedNumberList.cpp: (WebCore::SVGAnimatedNumberListAnimator::calculateAnimatedValue):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r89750 r89752  
     12011-06-25  Dirk Schulze  <krit@webkit.org>
     2
     3        Unreviewed build fix.
     4
     5        SVGAnimatedType should support SVGNumberList animation
     6        https://bugs.webkit.org/show_bug.cgi?id=63387
     7
     8        * svg/SVGAnimatedNumberList.cpp:
     9        (WebCore::SVGAnimatedNumberListAnimator::calculateAnimatedValue):
     10
    1112011-06-25  Dirk Schulze  <krit@webkit.org>
    212
  • trunk/Source/WebCore/svg/SVGAnimatedNumberList.cpp

    r89750 r89752  
    8484
    8585    SVGNumberList& toNumberList = to->numberList();
    86     ASSERT(toNumberList);
    87 
    8886    unsigned itemsCount = fromNumberList.size();
    8987    if (itemsCount != toNumberList.size()) {
Note: See TracChangeset for help on using the changeset viewer.