From eddd844380db1ee6336d99a85ecae12db2b7599d Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 7 Jul 2010 11:58:25 +0100 Subject: Update JavaInstance to reflect final version upstreamed to WebKit See https://bugs.webkit.org/show_bug.cgi?id=41516 Bug: 2807132 Change-Id: I080978d1a6b90f2d8da1f62adbb62c60ef0034c9 --- WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp') 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 #if PLATFORM(ANDROID) -#include #define LOG_TAG JavaInstanceJSC.cpp +#include #endif using namespace JSC::Bindings; -- cgit v1.1