diff options
Diffstat (limited to 'Source/WebKit/win/WebCache.cpp')
-rw-r--r-- | Source/WebKit/win/WebCache.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebKit/win/WebCache.cpp b/Source/WebKit/win/WebCache.cpp index c7d0f31..dab1bcd 100644 --- a/Source/WebKit/win/WebCache.cpp +++ b/Source/WebKit/win/WebCache.cpp @@ -28,12 +28,9 @@ #include "WebCache.h" #include "CFDictionaryPropertyBag.h" - -#pragma warning(push, 0) #include <WebCore/ApplicationCacheStorage.h> #include <WebCore/MemoryCache.h> #include <WebCore/CrossOriginPreflightResultCache.h> -#pragma warning(pop) // WebCache --------------------------------------------------------------------------- |