RESOLVED FIXED 116184
Fix for broken 32-bit build in SpeculativeJIT::checkArray()
https://bugs.webkit.org/show_bug.cgi?id=116184
Summary Fix for broken 32-bit build in SpeculativeJIT::checkArray()
Mark Lam
Reported 2013-05-15 13:39:12 PDT
SpeculativeJIT::checkArray() is using JSValueRegs(GPRReg) which is only available on 64-bit builds. Instead, it should be using JSValueSource::unboxedCell(GPRReg).
Attachments
the patch. (1.44 KB, patch)
2013-05-15 13:41 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2013-05-15 13:41:35 PDT
Created attachment 201877 [details] the patch.
Mark Lam
Comment 2 2013-05-15 13:44:04 PDT
Rubber stamped by Mark Hahnenberg. Landed in r150144: <http://trac.webkit.org/changeset/150144>.
Note You need to log in before you can comment on or make changes to this bug.