Ignore:
Timestamp:
Jul 8, 2010, 2:39:24 PM (15 years ago)
Author:
Darin Adler
Message:
  • runtime/JSGlobalData.cpp:

(JSC::JSGlobalData::sharedInstance): Fix typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalData.cpp

    r62842 r62847  
    243243    JSGlobalData*& instance = sharedInstanceInternal();
    244244    if (!instance) {
    245         instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leakPtr();
     245        instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leakRef();
    246246#if ENABLE(JSC_MULTIPLE_THREADS)
    247247        instance->makeUsableFromMultipleThreads();
Note: See TracChangeset for help on using the changeset viewer.