summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/win/WebDownload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/WebDownload.cpp')
-rw-r--r--Source/WebKit/win/WebDownload.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit/win/WebDownload.cpp b/Source/WebKit/win/WebDownload.cpp
index 45e36cc..cb5e2c3 100644
--- a/Source/WebKit/win/WebDownload.cpp
+++ b/Source/WebKit/win/WebDownload.cpp
@@ -38,7 +38,6 @@
#include "WebURLResponse.h"
#include <wtf/text/CString.h>
-#pragma warning(push, 0)
#include <WebCore/BString.h>
#include <WebCore/DownloadBundle.h>
#include <WebCore/NotImplemented.h>
@@ -48,7 +47,6 @@
#include <WebCore/ResourceResponse.h>
#include <wtf/CurrentTime.h>
#include <wtf/StdLibExtras.h>
-#pragma warning(pop)
using namespace WebCore;