Show
Ignore:
Timestamp:
08/20/08 13:23:52 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35853

Files:

Legend:

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

    r419 r447  
    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;