Changeset 15497 in webkit for trunk/JavaScriptCore/API/minidom.c
- Timestamp:
- Jul 17, 2006, 9:33:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/minidom.c
r15484 r15497 45 45 46 46 JSStringRef node = JSStringCreateWithUTF8CString("Node"); 47 JSObjectSetProperty(context, globalObject, node, JSObjectMakeConstructor WithCallback(context, JSNode_prototype(context), JSNode_construct), kJSPropertyAttributeNone, NULL);47 JSObjectSetProperty(context, globalObject, node, JSObjectMakeConstructor(context, JSNode_class(context), JSNode_construct), kJSPropertyAttributeNone, NULL); 48 48 JSStringRelease(node); 49 49
Note:
See TracChangeset
for help on using the changeset viewer.