Bug 31964 - Remove #include StringImpl.h, StyleImage.h from ContentData.h; Instead, forward declare them.
Summary: Remove #include StringImpl.h, StyleImage.h from ContentData.h; Instead, forwa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks: 3761
  Show dependency treegraph
 
Reported: 2009-11-29 15:35 PST by Daniel Bates
Modified: 2009-11-29 16:21 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2009-11-29 15:40 PST, Daniel Bates
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2009-11-29 15:35:59 PST
We don't need to #include StringImpl.h and StyleImage.h in ContentData.h. Instead, we can forward declare them.
Comment 1 Daniel Bates 2009-11-29 15:40:04 PST
Created attachment 43994 [details]
Patch

No functionality was changed, so no test cases are included.
Comment 2 Daniel Bates 2009-11-29 15:55:38 PST
Committed r51468: <http://trac.webkit.org/changeset/51468>