Ignore:
Timestamp:
Aug 20, 2008, 12:23:06 AM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Geoff Garen.

Bring back shared JSGlobalData and implicit locking, because too many clients rely on it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/tests/minidom.c

    r35342 r35853  
    4545    }
    4646   
    47     JSGlobalContextRef context = JSGlobalContextCreate(NULL);
     47    JSGlobalContextRef context = JSGlobalContextCreateInGroup(NULL, NULL);
    4848    JSObjectRef globalObject = JSContextGetGlobalObject(context);
    4949   
     
    7777    globalObject = 0;
    7878    JSGlobalContextRelease(context);
    79     JSGarbageCollect(context);
    8079    printf("PASS: Program exited normally.\n");
    8180    return 0;
Note: See TracChangeset for help on using the changeset viewer.