Changeset 15480 in webkit for trunk/JavaScriptCore/API/minidom.c
- Timestamp:
- Jul 16, 2006, 9:41:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/minidom.c
r15469 r15480 41 41 42 42 JSStringRef printIString = JSStringCreateWithUTF8CString("print"); 43 JSObjectSetProperty(context, globalObject, printIString, JSObjectMakeFunction (context, printIString, print), kJSPropertyAttributeNone, NULL);43 JSObjectSetProperty(context, globalObject, printIString, JSObjectMakeFunctionWithCallback(context, printIString, print), kJSPropertyAttributeNone, NULL); 44 44 JSStringRelease(printIString); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.