mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-05 22:48:06 +01:00
libcef:
- Fix 'LOG' macro redefinition warning in browser_webkit_glue.cc. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@62 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
dc602cd0a4
commit
cd500a98a9
@ -5,7 +5,6 @@
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
|
||||
#undef LOG
|
||||
#include "third_party/webkit/webcore/config.h"
|
||||
MSVC_PUSH_WARNING_LEVEL(0);
|
||||
#include "Cache.h"
|
||||
@ -15,6 +14,7 @@ MSVC_POP_WARNING();
|
||||
|
||||
#include "browser_webkit_glue.h"
|
||||
|
||||
#undef LOG
|
||||
#include "base/logging.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/resource_util.h"
|
||||
|
Loading…
Reference in New Issue
Block a user