Bug 72335 - Remove unnecessary #include SVGResourcesCache.h in SVGDocumentExtensions.h; use forward declaration
Summary: Remove unnecessary #include SVGResourcesCache.h in SVGDocumentExtensions.h; u...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 17:15 PST by Daniel Bates
Modified: 2011-11-14 17:43 PST (History)
2 users (show)

See Also:


Attachments
Patch (9.51 KB, patch)
2011-11-14 17:22 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-11-14 17:15:16 PST
It's sufficient to forward declare SVGResourcesCache in SVGDocumentExtensions.h and #include SVGResourcesCache.h in SVGDocumentExtensions.cpp. This will reduce the amount of files we need to re-build when the file SVGResourcesCache.h is modified.
Comment 1 Daniel Bates 2011-11-14 17:22:38 PST
Created attachment 115069 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-11-14 17:25:22 PST
Comment on attachment 115069 [details]
Patch

Yay!
Comment 3 WebKit Review Bot 2011-11-14 17:43:31 PST
Comment on attachment 115069 [details]
Patch

Clearing flags on attachment: 115069

Committed r100225: <http://trac.webkit.org/changeset/100225>
Comment 4 WebKit Review Bot 2011-11-14 17:43:35 PST
All reviewed patches have been landed.  Closing bug.