summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/jni/jni_utility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/jni/jni_utility.cpp')
-rw-r--r--WebCore/bridge/jni/jni_utility.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/WebCore/bridge/jni/jni_utility.cpp b/WebCore/bridge/jni/jni_utility.cpp
index e1eb736..fa63a42 100644
--- a/WebCore/bridge/jni/jni_utility.cpp
+++ b/WebCore/bridge/jni/jni_utility.cpp
@@ -28,7 +28,7 @@
#if ENABLE(MAC_JAVA_BRIDGE)
-#if PLATFORM(ANDROID)
+// TODO: ANDROID We need to merge this file with the V8 version.
#if USE(JSC)
#include "jni_runtime.h"
#include "runtime_array.h"
@@ -36,7 +36,6 @@
#include <runtime/JSArray.h>
#include <runtime/JSLock.h>
#endif
-#endif
#include <dlfcn.h>
@@ -352,7 +351,7 @@ jvalue getJNIField( jobject obj, JNIType type, const char *name, const char *sig
return result;
}
-#if PLATFORM(ANDROID)
+// TODO: ANDROID we need to merge this file with the V8 version.
#if USE(JSC)
static jobject convertArrayInstanceToJavaArray(ExecState* exec, JSArray* jsArray, const char* javaClassName)
{
@@ -584,7 +583,6 @@ jvalue convertValueToJValue(ExecState* exec, JSValue value, JNIType _JNIType, co
return result;
}
#endif // USE(JSC)
-#endif // PLATFORM(ANDROID)
} // end of namespace Bindings