OSDN Git Service

Fix a bug when converting double and float types from NP variants to JNI types on V8
authorSteve Block <steveblock@google.com>
Thu, 4 Feb 2010 14:45:08 +0000 (14:45 +0000)
committerSteve Block <steveblock@google.com>
Thu, 4 Feb 2010 14:45:08 +0000 (14:45 +0000)
commitec806ad380c9756fb544d2adf1cff61be9b9320f
tree68e62775968b318839171ce25769bf0545d13f9f
parentd7a7a76b919b1d8bdca7fe04a45594c3bccb1dde
Fix a bug when converting double and float types from NP variants to JNI types on V8

This bug has been present since the code was first added in V8Bindings/jni/jni_utility.cpp.
https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=7fa30a60f66c19c8e6fb91ef799bca4d8d6f57f2

Change-Id: I4cc74369880d42e6610c2959f2d8bef2b7712927
WebCore/bridge/jni/v8/JNIUtilityPrivate.cpp