diff options
| author | Steve Block <steveblock@google.com> | 2011-06-08 06:29:18 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-08 06:29:18 -0700 |
| commit | 901401d90459bc22580842455d4588b9a697514d (patch) | |
| tree | 6c7d8e5a68761457c3861e570af506391b6f8d42 /Source/WebCore | |
| parent | adef5e0f37c34731406741aa7e707c7bcb614f2b (diff) | |
| parent | 6939c99b71d9372d14a0c74a772108052e8c48c8 (diff) | |
| download | external_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.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(), |
