From 6939c99b71d9372d14a0c74a772108052e8c48c8 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 8 Jun 2011 13:37:27 +0100 Subject: 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 --- Source/WebCore/bridge/jni/v8/JavaNPObjectV8.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source') 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(), -- cgit v1.1