Bug 125335

Summary: REGRESSION(r160213): Crash in js/dom/JSON-parse.html
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mark.lam: review+

Description Michael Saboff 2013-12-05 22:00:49 PST
It appears that we are trying to access the codeBlock from a callFrame without a valid codeBlock (i.e. host callFrame).

Patch in the works.
Comment 1 Michael Saboff 2013-12-05 22:35:57 PST
Created attachment 218572 [details]
Patch
Comment 2 Mark Lam 2013-12-05 23:01:37 PST
Comment on attachment 218572 [details]
Patch

r=me
Comment 3 Michael Saboff 2013-12-06 06:51:20 PST
Committed r160221: <http://trac.webkit.org/changeset/160221>