| Index: webkit/glue/webframeloaderclient_impl.h
|
| ===================================================================
|
| --- webkit/glue/webframeloaderclient_impl.h (revision 2109)
|
| +++ webkit/glue/webframeloaderclient_impl.h (working copy)
|
| @@ -5,9 +5,11 @@
|
| #ifndef WEBKIT_GLUE_WEBFRAMELOADERCLIENT_IMPL_H__
|
| #define WEBKIT_GLUE_WEBFRAMELOADERCLIENT_IMPL_H__
|
|
|
| -#pragma warning(push, 0)
|
| +#include "base/compiler_specific.h"
|
| +
|
| +MSVC_PUSH_WARNING_LEVEL(0);
|
| #include "FrameLoaderClient.h"
|
| -#pragma warning(pop)
|
| +MSVC_POP_WARNING();
|
|
|
| #include "googleurl/src/gurl.h"
|
| #include "webkit/glue/webview_delegate.h"
|
|
|