[Webkit-unassigned] [Bug 34593] New: Bug in V8 convertNPVariantToJValue when converting float and double types
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 4 08:04:53 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34593
Summary: Bug in V8 convertNPVariantToJValue when converting
float and double types
Product: WebKit
Version: 528+ (Nightly build)
Platform: Android
OS/Version: Android
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: steveblock at google.com
CC: android-webkit-unforking at google.com
V8 convertNPVariantToJValue has a bug when converting float and double types.
The wrong element of the 'result' enum is used in these cases.
We should use result.f for floats, and result.d for doubles.
--
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