Bug 40822

Summary: Fix build break in SVGRenderSupport.cpp
Product: WebKit Reporter: Ben Murdoch <benm>
Component: SVGAssignee: Ben Murdoch <benm>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: android-webkit-unforking, krit, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Ben Murdoch
Reported 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.
Attachments
Dirk Schulze
Comment 1 2010-06-18 04:02:10 PDT
*** This bug has been marked as a duplicate of bug 40625 ***
Note You need to log in before you can comment on or make changes to this bug.