2011-05-06 Alexis Menard <alexis.menard@openbossa.org>
authorAlexis Menard <alexis.menard@openbossa.org>
Fri, 6 May 2011 20:29:58 +0000 (20:29 +0000)
committerAdemar de Souza Reis Jr <ademar.reis@openbossa.org>
Fri, 20 May 2011 12:07:23 +0000 (09:07 -0300)
commit9906bdcd2f2a694087bc1a42659716e5634021b1
treea696652241956fa9f7906e2c3b068d0d4e9f6701
parente309ebe85a247ee5a1802181931456d16802afc7
2011-05-06  Alexis Menard  <alexis.menard@openbossa.org>

        Reviewed by Darin Adler.

        Fix two warnings of unused variables.
        https://bugs.webkit.org/show_bug.cgi?id=60370

        Remove two unused local variable from the code.

        No new tests, the existing ones should cover.

        * rendering/RenderFlexibleBox.cpp:
        (WebCore::RenderFlexibleBox::layoutVerticalBox):
        * svg/animation/SVGSMILElement.cpp:
        (WebCore::SVGSMILElement::calculateNextProgressTime):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@85973 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/rendering/RenderFlexibleBox.cpp
Source/WebCore/svg/animation/SVGSMILElement.cpp