mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 13:10:42 +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"
|
#include "base/compiler_specific.h"
|
||||||
|
|
||||||
#undef LOG
|
|
||||||
#include "third_party/webkit/webcore/config.h"
|
#include "third_party/webkit/webcore/config.h"
|
||||||
MSVC_PUSH_WARNING_LEVEL(0);
|
MSVC_PUSH_WARNING_LEVEL(0);
|
||||||
#include "Cache.h"
|
#include "Cache.h"
|
||||||
@ -15,6 +14,7 @@ MSVC_POP_WARNING();
|
|||||||
|
|
||||||
#include "browser_webkit_glue.h"
|
#include "browser_webkit_glue.h"
|
||||||
|
|
||||||
|
#undef LOG
|
||||||
#include "base/logging.h"
|
#include "base/logging.h"
|
||||||
#include "base/path_service.h"
|
#include "base/path_service.h"
|
||||||
#include "base/resource_util.h"
|
#include "base/resource_util.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user