diff options
Diffstat (limited to 'Source/WebKit/win/WebNotificationCenter.cpp')
-rw-r--r-- | Source/WebKit/win/WebNotificationCenter.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebKit/win/WebNotificationCenter.cpp b/Source/WebKit/win/WebNotificationCenter.cpp index 6c22224..e30f066 100644 --- a/Source/WebKit/win/WebNotificationCenter.cpp +++ b/Source/WebKit/win/WebNotificationCenter.cpp @@ -28,16 +28,14 @@ #include "WebNotificationCenter.h" #include "WebNotification.h" -#pragma warning(push, 0) #include <WebCore/COMPtr.h> #include <WebCore/PlatformString.h> #include <wtf/HashMap.h> #include <wtf/HashTraits.h> #include <wtf/Vector.h> #include <wtf/text/StringHash.h> -#pragma warning(pop) -#include <tchar.h> #include <utility> +#include <wchar.h> using namespace WebCore; |