Bug 40822
| Summary: | Fix build break in SVGRenderSupport.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Murdoch <benm> |
| Component: | SVG | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dirk Schulze
*** This bug has been marked as a duplicate of bug 40625 ***