RESOLVED FIXED 124420
REGRESSION (r158586): callToJavaScript needs to save return PC to Sentinel frame
https://bugs.webkit.org/show_bug.cgi?id=124420
Summary REGRESSION (r158586): callToJavaScript needs to save return PC to Sentinel frame
Michael Saboff
Reported 2013-11-15 10:08:28 PST
The sentinel frame added in r158586 sets the return PC in the sentinel frame to 0. The sentinel frame is effectively the call frame for callToJavaScript and therefore should have the return PC set to its caller.
Attachments
Patch (4.95 KB, patch)
2013-11-15 10:42 PST, Michael Saboff
fpizlo: review+
Michael Saboff
Comment 1 2013-11-15 10:42:11 PST
Michael Saboff
Comment 2 2013-11-15 11:04:52 PST
Note You need to log in before you can comment on or make changes to this bug.