[Webkit-unassigned] [Bug 57839] New: the include file for symbian should be case sensitive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 06:19:36 PDT 2011


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

           Summary: the include file for symbian should be case sensitive
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: liang.qi at nokia.com


In Source/JavaScriptCore/wtf/PageAllocatorSymbian.h,

it includes 
#include <wtf/BitMap.h>

But the real file name is Bitmap.h.

Then it should be
#include <wtf/Bitmap.h>

Otherwise, it will break the makefile build system for armcc & gcce.

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