Changeset 83059 in webkit


Ignore:
Timestamp:
Apr 6, 2011 9:09:19 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-06 Liang Qi <liang.qi@nokia.com>

Reviewed by Benjamin Poulain.

Correct a include file name.
https://bugs.webkit.org/show_bug.cgi?id=57839

  • wtf/PageAllocatorSymbian.h: It should be case sensitive. This fix builds on Unix hosts.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r83058 r83059  
     12011-04-06  Liang Qi  <liang.qi@nokia.com>
     2
     3        Reviewed by Benjamin Poulain.
     4
     5        Correct a include file name.
     6        https://bugs.webkit.org/show_bug.cgi?id=57839
     7
     8        * wtf/PageAllocatorSymbian.h: It should be case sensitive. This fix
     9        builds on Unix hosts.
     10
    1112011-04-06  Adam Roben  <aroben@apple.com>
    212
  • trunk/Source/JavaScriptCore/wtf/PageAllocatorSymbian.h

    r79126 r83059  
    3131
    3232#include <e32std.h>
    33 #include <wtf/BitMap.h>
     33#include <wtf/Bitmap.h>
    3434
    3535namespace WTF {
Note: See TracChangeset for help on using the changeset viewer.