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

Unified Diff: webkit/glue/temporary_glue.cc

Issue 149339: Suppress a warning about LOG being re-defined.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 months 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 | « no previous file | webkit/glue/webview_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/temporary_glue.cc
===================================================================
--- webkit/glue/temporary_glue.cc (revision 20152)
+++ webkit/glue/temporary_glue.cc (working copy)
@@ -5,6 +5,9 @@
#include "config.h"
#include "webkit/api/src/TemporaryGlue.h"
+#include <wtf/Assertions.h>
+#undef LOG
+
#include "webkit/glue/webview_impl.h"
using WebCore::Frame;
« no previous file with comments | « no previous file | webkit/glue/webview_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698