Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: webkit/glue/stacking_order_iterator.cc

Issue 11801: Wrap MSVC-specific pragmas. As -Wunknown-pragmas has been disabled for wtf,... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/searchable_form_data.cc ('k') | webkit/glue/weburlrequest_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/stacking_order_iterator.cc
===================================================================
--- webkit/glue/stacking_order_iterator.cc (revision 5614)
+++ webkit/glue/stacking_order_iterator.cc (working copy)
@@ -3,11 +3,12 @@
// found in the LICENSE file.
#include "config.h"
+#include "base/compiler_specific.h"
-#pragma warning(push, 0)
+MSVC_PUSH_WARNING_LEVEL(0);
#include "RenderLayer.h"
#include "RenderObject.h"
-#pragma warning(pop)
+MSVC_POP_WARNING();
#undef LOG
#include "webkit/glue/stacking_order_iterator.h"
« no previous file with comments | « webkit/glue/searchable_form_data.cc ('k') | webkit/glue/weburlrequest_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698