Bug 40625 - Fix compilation when filters are disabled
Summary: Fix compilation when filters are disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Lucas De Marchi
URL:
Keywords:
: 40822 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-15 08:29 PDT by Lucas De Marchi
Modified: 2011-06-09 20:49 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2010-06-15 08:30 PDT, Lucas De Marchi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas De Marchi 2010-06-15 08:29:53 PDT
Fix compilation when filters are disabled
Comment 1 Lucas De Marchi 2010-06-15 08:30:57 PDT
Created attachment 58781 [details]
Patch
Comment 2 Lucas De Marchi 2010-06-15 08:37:33 PDT
Adding people in CC responsible for r60689.

The error was:

WebCore/rendering/SVGRenderSupport.cpp: In static member function ‘static bool WebCore::SVGRenderBase::prepareToRenderSVGContent(WebCore::RenderObject*, WebCore::RenderObject::PaintInfo&, const WebCore::FloatRect&, WebCore::RenderSVGResourceFilter*&)’:
WebCore/rendering/SVGRenderSupport.cpp:89:5: error: ‘rootFilter’ was not declared in this scope
Comment 3 WebKit Commit Bot 2010-06-18 03:41:41 PDT
Comment on attachment 58781 [details]
Patch

Clearing flags on attachment: 58781

Committed r61392: <http://trac.webkit.org/changeset/61392>
Comment 4 WebKit Commit Bot 2010-06-18 03:41:47 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Dirk Schulze 2010-06-18 04:02:10 PDT
*** Bug 40822 has been marked as a duplicate of this bug. ***
Comment 6 Lucas De Marchi 2011-06-09 20:49:21 PDT
Comment on attachment 58781 [details]
Patch

Mark patch as obsolete