[Webkit-unassigned] [Bug 51156] Fix V8 JNI bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 17 02:45:48 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51156





--- Comment #8 from Ben Murdoch <benm at google.com>  2010-12-17 02:45:47 PST ---
(From update of attachment 76790)
View in context: https://bugs.webkit.org/attachment.cgi?id=76790&action=review

> WebCore/bridge/jni/v8/JNIUtilityPrivate.cpp:92
> +                result.b = static_cast<char>(NPVARIANT_TO_DOUBLE(value));

I see that we cast to char on the line above, but I think this is wrong and a good opportunity to clean it up - should be jbyte.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list