Changeset 27207 in webkit for trunk/JavaScriptCore/API/minidom.c
- Timestamp:
- Oct 28, 2007, 9:31:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/minidom.c
r26688 r27207 74 74 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 75 75 { 76 UNUSED_PARAM(object); 77 UNUSED_PARAM(thisObject); 78 76 79 if (argumentCount > 0) { 77 JSStringRef string = JSValueToStringCopy(context, arguments[0], NULL);80 JSStringRef string = JSValueToStringCopy(context, arguments[0], exception); 78 81 size_t numChars = JSStringGetMaximumUTF8CStringSize(string); 79 82 char stringUTF8[numChars];
Note:
See TracChangeset
for help on using the changeset viewer.