Bug 103108 - REGRESSION (r135455): Compilation without SVG enabled broken
Summary: REGRESSION (r135455): Compilation without SVG enabled broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: jochen
URL:
Keywords:
Depends on:
Blocks: 102967
  Show dependency treegraph
 
Reported: 2012-11-23 01:59 PST by jochen
Modified: 2012-11-23 08:35 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.37 KB, patch)
2012-11-23 02:03 PST, jochen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jochen 2012-11-23 01:59:11 PST
Seems like some #if ENABLE(SVG) got lost in the refactoring


Source/WebCore/platform/graphics/filters/FilterOperation.h:198:40: error: private field 'm_cachedSVGDocumentReference' is not used [-Werror,-Wunused-private-field]
    OwnPtr<CachedSVGDocumentReference> m_cachedSVGDocumentReference;
Comment 1 jochen 2012-11-23 02:03:25 PST
Created attachment 175755 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-23 03:23:23 PST
Comment on attachment 175755 [details]
Patch

Clearing flags on attachment: 175755

Committed r135583: <http://trac.webkit.org/changeset/135583>
Comment 3 WebKit Review Bot 2012-11-23 03:23:26 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Dirk Schulze 2012-11-23 08:35:59 PST
Comment on attachment 175755 [details]
Patch

Thanks for fixing.