Changeset 15317 in webkit for trunk/JavaScriptCore/API/minidom.c
- Timestamp:
- Jul 10, 2006, 5:26:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/minidom.c
r15307 r15317 30 30 31 31 static char* createStringWithContentsOfFile(const char* fileName); 32 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argc, JSValueRef argv[] );32 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argc, JSValueRef argv[], JSValueRef* exception); 33 33 34 34 int main(int argc, char* argv[]) … … 79 79 } 80 80 81 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argc, JSValueRef argv[] )81 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argc, JSValueRef argv[], JSValueRef* exception) 82 82 { 83 83 if (argc > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.