summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-08 13:37:27 +0100
committerSteve Block <steveblock@google.com>2011-06-08 13:49:46 +0100
commit6939c99b71d9372d14a0c74a772108052e8c48c8 (patch)
treed4fcf9baed8cff35737c94395c7735489883dac1
parent93eaf9c284f99fb80cf1de27f40f032c84fc34e8 (diff)
downloadexternal_webkit-6939c99b71d9372d14a0c74a772108052e8c48c8.zip
external_webkit-6939c99b71d9372d14a0c74a772108052e8c48c8.tar.gz
external_webkit-6939c99b71d9372d14a0c74a772108052e8c48c8.tar.bz2
Remove a FIXME from JavaNPObjectV8 that was forking us from upstream
Filed https://bugs.webkit.org/show_bug.cgi?id=62275 to track this issue upstream. This will reduce future merge conflicts. Change-Id: I22c0826c218bb81f58fb60609849b41b456e6e4c
-rw-r--r--Source/WebCore/bridge/jni/v8/JavaNPObjectV8.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/bridge/jni/v8/JavaNPObjectV8.cpp b/Source/WebCore/bridge/jni/v8/JavaNPObjectV8.cpp
index 0d7c3fb..7a7adc5 100644
--- a/Source/WebCore/bridge/jni/v8/JavaNPObjectV8.cpp
+++ b/Source/WebCore/bridge/jni/v8/JavaNPObjectV8.cpp
@@ -161,9 +161,6 @@ bool JavaNPObjectGetProperty(NPObject* obj, NPIdentifier identifier, NPVariant*
// behaviour here.
jvalue value;
#else
- // FIXME: Note here that field->type() refers to the Java class name and NOT the
- // JNI signature i.e. "int" as opposed to "I". This means that the field lookup
- // will fail.
jvalue value = getJNIField(instance->javaInstance(),
field->getJNIType(),
field->name().utf8(),