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