Ignore:
Timestamp:
Jan 29, 2011, 12:18:34 PM (15 years ago)
Author:
[email protected]
Message:

JavaScriptCoreUseJIT environment variable broken
https://bugs.webkit.org/show_bug.cgi?id=53372

Reviewed by Oliver Hunt.

  • runtime/JSGlobalData.cpp:

(JSC::JSGlobalData::JSGlobalData): Check the actual value in the string returned
by getenv() rather than just doing a NULL check on the return value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r77062 r77065  
     12011-01-30  Cameron Zwarich  <[email protected]>
     2
     3        Reviewed by Oliver Hunt.
     4
     5        JavaScriptCoreUseJIT environment variable broken
     6        https://bugs.webkit.org/show_bug.cgi?id=53372
     7
     8        * runtime/JSGlobalData.cpp:
     9        (JSC::JSGlobalData::JSGlobalData): Check the actual value in the string returned
     10        by getenv() rather than just doing a NULL check on the return value.
     11
    1122011-01-29  Patrick Gansterer  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.