diff options
Diffstat (limited to 'WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp')
-rw-r--r-- | WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp b/WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp index 84b06de..2c9a4ad 100644 --- a/WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp +++ b/WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp @@ -43,8 +43,8 @@ #include <runtime/JSLock.h> #if PLATFORM(ANDROID) -#include <cutils/log.h> #define LOG_TAG JavaInstanceJSC.cpp +#include <utils/Log.h> #endif using namespace JSC::Bindings; |