Commit f62d4793 authored by beidson@apple.com's avatar beidson@apple.com

More Windows build fix for https://bugs.webkit.org/show_bug.cgi?id=56216

* WebCoreStatistics.cpp:
* WebIconDatabase.cpp:



git-svn-id: svn://svn.chromium.org/blink/trunk@80908 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f96c0ada
2011-03-11 Brady Eidson <beidson@apple.com>
More Windows build fix for https://bugs.webkit.org/show_bug.cgi?id=56216
* WebCoreStatistics.cpp:
* WebIconDatabase.cpp:
2011-03-09 Peter Kasting <pkasting@google.com>
Reviewed by Mihai Parparita.
......
......@@ -33,6 +33,7 @@
#include <WebCore/GlyphPageTreeNode.h>
#include <WebCore/IconDatabase.h>
#include <WebCore/JSDOMWindow.h>
#include <WebCore/SharedBuffer.h>
using namespace JSC;
using namespace WebCore;
......
......@@ -38,6 +38,8 @@
#include <WebCore/IconDatabase.h>
#include <WebCore/Image.h>
#include <WebCore/PlatformString.h>
#include <WebCore/SharedBuffer.h>
#pragma warning(pop)
#include <wtf/MainThread.h>
#include "shlobj.h"
......
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