[Webkit-unassigned] [Bug 21881] New: PlatformString.h should include HashMap.h explicitly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 24 22:21:29 PDT 2008


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

           Summary: PlatformString.h should include HashMap.h explicitly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aa at chromium.org
                CC: dglazkov at chromium.org, ojan at chromium.org


PlatformString does not rely on HashMap, but it pulls in kjs/identifier.h,
which  does. Because of this difference, files using PlatformString sometimes
end up breaking in non-JSC builds when they don't directly include HashMap.h.

In https://bugs.webkit.org/show_bug.cgi?id=21839, Darin Adler suggested fixing
this by explicitly including HashMap in PlatformString.


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