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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 04:14:58 PDT 2009


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

           Summary: CString undeclared in PlatformString.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: coolwanglu at gmail.com


in WebCore/platform/text/PlatformString.h, CString is used, but instead of
including CString.h, the statement 

class CString;

is used. 


So now I'm using some methods of the String class, and I get a compilation
error of incomplete type 'CString'.

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

So why not include CString.h in PlatformString.h? Is it by designed?


-- 
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