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

Issue 149339: Suppress a warning about LOG being re-defined.... (Closed)

Created:
11 years, 5 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

Suppress a warning about LOG being re-defined. temporary_glue.cc includes webview_impl.h, which brings in headers that include wtf/Assertions.h. However, it also brings in logging.h. The workaround is to include wtf/Assertions.h in temporary_glue.cc and then #undef LOG. This effectively mimics what we do elsewhere in glue. TEST=none BUG=none R=brettw Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20172

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M webkit/glue/temporary_glue.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.h View 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
darin (slow to review)
11 years, 5 months ago (2009-07-08 17:58:13 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698