RESOLVED INVALID 62275
[V8] JavaInstanceJobject::getField() uses getJNIField() incorrectly
https://bugs.webkit.org/show_bug.cgi?id=62275
Summary [V8] JavaInstanceJobject::getField() uses getJNIField() incorrectly
Steve Block
Reported 2011-06-08 05:49:40 PDT
The last parameter to getJNIField() should be a string with the JNI type of the property, eg 'I'. Instead, JavaInstanceJobject::getField() passes JavaField::typeClassName(), which is the Java class name of the field, as a string, eg 'int'. We should use signatureFromPrimitiveType().
Attachments
Steve Block
Comment 1 2011-08-09 05:06:17 PDT
V8's JavaInstanceJobject was removed in http://trac.webkit.org/changeset/92659
Note You need to log in before you can comment on or make changes to this bug.