summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-08 06:29:18 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-08 06:29:18 -0700
commit901401d90459bc22580842455d4588b9a697514d (patch)
tree6c7d8e5a68761457c3861e570af506391b6f8d42 /Source/WebCore
parentadef5e0f37c34731406741aa7e707c7bcb614f2b (diff)
parent6939c99b71d9372d14a0c74a772108052e8c48c8 (diff)
downloadexternal_webkit-901401d90459bc22580842455d4588b9a697514d.zip
external_webkit-901401d90459bc22580842455d4588b9a697514d.tar.gz
external_webkit-901401d90459bc22580842455d4588b9a697514d.tar.bz2
Merge "Remove a FIXME from JavaNPObjectV8 that was forking us from upstream"
Diffstat (limited to 'Source/WebCore')
-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(),