Show
Ignore:
Timestamp:
07/15/06 19:26:40 (2 years ago)
Author:
darin
Message:
  • oops, missed a few more arrays that had to be const
  • API/JSNode.c: (JSNodePrototype_appendChild): Added const. (JSNodePrototype_removeChild): Ditto. (JSNodePrototype_replaceChild): Ditto. (JSNode_construct): Ditto.
  • API/JSNodeList.c: (JSNodeListPrototype_item): Ditto.
  • API/JSObjectRef.cpp: (JSObjectMakeFunctionWithBody): Ditto. (JSObjectCallAsFunction): Ditto. (JSObjectCallAsConstructor): Ditto.
  • API/minidom.c: (print): Ditto.
  • API/testapi.c: (MyObject_callAsFunction): Ditto. (MyObject_callAsConstructor): Ditto. (print_callAsFunction): Ditto. (myConstructor_callAsConstructor): Ditto.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r15464 r15465  
     12006-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 
    1242006-07-15  Darin Adler  <darin@apple.com> 
    225