Changeset 15437 in webkit for trunk/JavaScriptCore/API/minidom.c
- Timestamp:
- Jul 14, 2006, 3:39:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/minidom.c
r15404 r15437 37 37 UNUSED_PARAM(argv); 38 38 39 JS ContextRef context = JSContextCreate(NULL);39 JSGlobalContextRef context = JSGlobalContextCreate(NULL); 40 40 JSObjectRef globalObject = JSContextGetGlobalObject(context); 41 41 … … 74 74 #endif 75 75 76 JS ContextDestroy(context);76 JSGlobalContextRelease(context); 77 77 printf("PASS: Program exited normally.\n"); 78 78 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.