Changeset 35853 in webkit for trunk/JavaScriptCore/API/tests/minidom.c
- Timestamp:
- Aug 20, 2008, 12:23:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/tests/minidom.c
r35342 r35853 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;
Note:
See TracChangeset
for help on using the changeset viewer.