Bug 40822 - Fix build break in SVGRenderSupport.cpp
Summary: Fix build break in SVGRenderSupport.cpp
Status: RESOLVED DUPLICATE of bug 40625
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ben Murdoch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 03:54 PDT by Ben Murdoch
Modified: 2010-06-18 04:02 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Murdoch 2010-06-18 03:54:36 PDT
r60689 introduced a build break in SVGRenderSupport.cpp when ENABLE(FILTERS) is not defined. The rootFilter parameter was removed from the prepareToRenderSVGContent function but not from the UNUSED_PARAM macro.

Patch to follow.
Comment 1 Dirk Schulze 2010-06-18 04:02:10 PDT

*** This bug has been marked as a duplicate of bug 40625 ***