Changeset 447 for trunk/JavaScriptCore/API/tests/minidom.c
- Timestamp:
- 08/20/08 13:23:52 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/API/tests/minidom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/API/tests/minidom.c
r419 r447 45 45 } 46 46 47 JSGlobalContextRef context = JSGlobalContextCreate (NULL);47 JSGlobalContextRef context = JSGlobalContextCreateInGroup(NULL, NULL); 48 48 JSObjectRef globalObject = JSContextGetGlobalObject(context); 49 49 … … 77 77 globalObject = 0; 78 78 JSGlobalContextRelease(context); 79 JSGarbageCollect(context);80 79 printf("PASS: Program exited normally.\n"); 81 80 return 0;
