DescriptionSuppress 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 #
Messages
Total messages: 1 (0 generated)
|