diff options
Diffstat (limited to 'V8Binding/jni/jni_npobject.cpp')
-rw-r--r-- | V8Binding/jni/jni_npobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/V8Binding/jni/jni_npobject.cpp b/V8Binding/jni/jni_npobject.cpp index 662ea7c..d826826 100644 --- a/V8Binding/jni/jni_npobject.cpp +++ b/V8Binding/jni/jni_npobject.cpp @@ -150,7 +150,7 @@ bool JavaNPObject_GetProperty(NPObject* obj, NPIdentifier identifier, NPVariant* field->type()); getJNIEnv()->DeleteLocalRef(local_ref); - convertJValueToNPVariant(value, field->getJNIType(), result); + convertJValueToNPVariant(value, field->getJNIType(), field->type(), result); return true; } |