diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/WebCore/bridge/jni/v8/JavaNPObjectV8.cpp | 3 |
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(), |