Bug 31964

Summary: Remove #include StringImpl.h, StyleImage.h from ContentData.h; Instead, forward declare them.
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, ian
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 3761    
Attachments:
Description Flags
Patch mitz: review+

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>