summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/win/WebError.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/WebError.h')
-rw-r--r--Source/WebKit/win/WebError.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebKit/win/WebError.h b/Source/WebKit/win/WebError.h
index ff0625d..0e78cf2 100644
--- a/Source/WebKit/win/WebError.h
+++ b/Source/WebKit/win/WebError.h
@@ -27,12 +27,8 @@
#define WebError_h
#include "WebKit.h"
-
-#pragma warning(push, 0)
#include <WebCore/COMPtr.h>
#include <WebCore/ResourceError.h>
-#pragma warning(pop)
-
#include <wtf/RetainPtr.h>
class WebError : public IWebError, IWebErrorPrivate {