Changeset 61392 in webkit


Ignore:
Timestamp:
Jun 18, 2010 3:41:32 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-18 Lucas De Marchi <lucas.demarchi@profusion.mobi>

Reviewed by David Levin.

Fix compilation when filters are disabled. Revision r60689
changed the signature of SVGRenderBase::prepareToRenderSVGContent()
but didn't change the unsused parameters when filters are disabled.
https://bugs.webkit.org/show_bug.cgi?id=40625

No new tests. Compilation fix.

  • rendering/SVGRenderSupport.cpp: (WebCore::SVGRenderBase::prepareToRenderSVGContent):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r61391 r61392  
     12010-06-18  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
     2
     3        Reviewed by David Levin.
     4
     5        Fix compilation when filters are disabled. Revision r60689
     6        changed the signature of SVGRenderBase::prepareToRenderSVGContent()
     7        but didn't change the unsused parameters when filters are disabled.
     8        https://bugs.webkit.org/show_bug.cgi?id=40625
     9
     10        No new tests. Compilation fix.
     11
     12        * rendering/SVGRenderSupport.cpp:
     13        (WebCore::SVGRenderBase::prepareToRenderSVGContent):
     14
    1152010-06-18  Adam Barth  <abarth@webkit.org>
    216
  • trunk/WebCore/rendering/SVGRenderSupport.cpp

    r60943 r61392  
    8787#if !ENABLE(FILTERS)
    8888    UNUSED_PARAM(filter);
    89     UNUSED_PARAM(rootFilter);
    9089#endif
    9190
Note: See TracChangeset for help on using the changeset viewer.