Bug 65132 - Assertion called in ExecutableBase::generatedJITCodeForCall() when JIT is not available
Summary: Assertion called in ExecutableBase::generatedJITCodeForCall() when JIT is not...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-07-25 13:53 PDT by Jon Lee
Modified: 2011-07-25 14:34 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.06 KB, patch)
2011-07-25 14:17 PDT, Jon Lee
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Lee 2011-07-25 13:53:58 PDT
Need to ensure that JIT is available.
Comment 1 Radar WebKit Bug Importer 2011-07-25 13:54:13 PDT
<rdar://problem/9836297>
Comment 2 Jon Lee 2011-07-25 14:17:09 PDT
Created attachment 101909 [details]
Patch
Comment 3 Jon Lee 2011-07-25 14:34:07 PDT
Committed r91706: <http://trac.webkit.org/changeset/91706>