RESOLVED FIXED 34593
Bug in V8 convertNPVariantToJValue when converting float and double types
https://bugs.webkit.org/show_bug.cgi?id=34593
Summary Bug in V8 convertNPVariantToJValue when converting float and double types
Steve Block
Reported 2010-02-04 08:04:53 PST
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.
Attachments
Patch (2.07 KB, patch)
2010-02-04 09:51 PST, Steve Block
no flags
Steve Block
Comment 1 2010-02-04 09:51:29 PST
WebKit Commit Bot
Comment 2 2010-02-04 13:19:25 PST
Comment on attachment 48152 [details] Patch Clearing flags on attachment: 48152 Committed r54366: <http://trac.webkit.org/changeset/54366>
WebKit Commit Bot
Comment 3 2010-02-04 13:19:31 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.