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.

git-svn-id: svn://svn.chromium.org/blink/trunk@83059 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4059a6e9
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.
2011-04-06 Adam Roben <aroben@apple.com> 2011-04-06 Adam Roben <aroben@apple.com>
Build fix after r83056 Build fix after r83056
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#define PageAllocatorSymbian_h #define PageAllocatorSymbian_h
#include <e32std.h> #include <e32std.h>
#include <wtf/BitMap.h> #include <wtf/Bitmap.h>
namespace WTF { namespace WTF {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment