[Webkit-unassigned] [Bug 29024] New: Make JavaScriptCore compile on platforms with case-insensitive file system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 01:36:14 PDT 2009


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

           Summary: Make JavaScriptCore compile on platforms with
                    case-insensitive file system
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: khansen at trolltech.com
                CC: hausmann at webkit.org


JavaScriptCore/runtime/TypeInfo.h clashes with standard header typeinfo.h on
certain platforms with case-insensitive file system.
typeinfo.h is being included from another standard header (that we need to
include), so we can't change it.
The proposed fix is to rename TypeInfo.h to JSTypeInfo.h.

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



More information about the webkit-unassigned mailing list