| | 1 | 2006-07-15 Darin Adler <darin@apple.com> |
| | 2 | |
| | 3 | - oops, missed a few more arrays that had to be const |
| | 4 | |
| | 5 | * API/JSNode.c: |
| | 6 | (JSNodePrototype_appendChild): Added const. |
| | 7 | (JSNodePrototype_removeChild): Ditto. |
| | 8 | (JSNodePrototype_replaceChild): Ditto. |
| | 9 | (JSNode_construct): Ditto. |
| | 10 | * API/JSNodeList.c: |
| | 11 | (JSNodeListPrototype_item): Ditto. |
| | 12 | * API/JSObjectRef.cpp: |
| | 13 | (JSObjectMakeFunctionWithBody): Ditto. |
| | 14 | (JSObjectCallAsFunction): Ditto. |
| | 15 | (JSObjectCallAsConstructor): Ditto. |
| | 16 | * API/minidom.c: |
| | 17 | (print): Ditto. |
| | 18 | * API/testapi.c: |
| | 19 | (MyObject_callAsFunction): Ditto. |
| | 20 | (MyObject_callAsConstructor): Ditto. |
| | 21 | (print_callAsFunction): Ditto. |
| | 22 | (myConstructor_callAsConstructor): Ditto. |
| | 23 | |