Bug 53372

Summary: JavaScriptCoreUseJIT environment variable broken
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Proposed patch oliver: review+, zwarich: commit-queue-

Description Cameron Zwarich (cpst) 2011-01-29 00:54:04 PST
The code just checks the return value of getenv(), which is wrong.
Comment 1 Cameron Zwarich (cpst) 2011-01-29 00:55:40 PST
Created attachment 80554 [details]
Proposed patch
Comment 2 Cameron Zwarich (cpst) 2011-01-29 12:19:00 PST
Fixed in r77065.