RESOLVED FIXED31964
Remove #include StringImpl.h, StyleImage.h from ContentData.h; Instead, forward declare them.
https://bugs.webkit.org/show_bug.cgi?id=31964
Summary Remove #include StringImpl.h, StyleImage.h from ContentData.h; Instead, forwa...
Daniel Bates
Reported 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.
Attachments
Patch (1.34 KB, patch)
2009-11-29 15:40 PST, Daniel Bates
mitz: review+
Daniel Bates
Comment 1 2009-11-29 15:40:04 PST
Created attachment 43994 [details] Patch No functionality was changed, so no test cases are included.
Daniel Bates
Comment 2 2009-11-29 15:55:38 PST
Note You need to log in before you can comment on or make changes to this bug.