[Webkit-unassigned] [Bug 26114] CString undeclared in PlatformString.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 14:39:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26114


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #2 from ap at webkit.org  2009-06-02 14:39 PDT -------
Yes, this is by design. Not including unnecessary headers makes compilation
faster (e.g. if CString.h changes, the build system won't need to recompile all
files that include PlatformString.h).

> I checked several source files in WebCore, CString.h is always included before
> PlatformString.h.

In a vast majority of cases, CString.h in not included before PlatformString.h.
Actually, there are only two rarely used methods in PlatformString,h that need
CString.h.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list