diff options
| author | Steve Block <steveblock@google.com> | 2010-07-07 11:58:25 +0100 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2010-07-07 11:59:20 +0100 |
| commit | eddd844380db1ee6336d99a85ecae12db2b7599d (patch) | |
| tree | d82f540a48d05239194218731bbb5f93cb16a885 /WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp | |
| parent | 114830cf3874d82c64572150a188f6bbb3ea07de (diff) | |
| download | external_webkit-eddd844380db1ee6336d99a85ecae12db2b7599d.zip external_webkit-eddd844380db1ee6336d99a85ecae12db2b7599d.tar.gz external_webkit-eddd844380db1ee6336d99a85ecae12db2b7599d.tar.bz2 | |
Update JavaInstance to reflect final version upstreamed to WebKit
See https://bugs.webkit.org/show_bug.cgi?id=41516
Bug: 2807132
Change-Id: I080978d1a6b90f2d8da1f62adbb62c60ef0034c9
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; |
