Changeset 37257 in webkit for trunk/JavaScriptCore/kjs/ArrayConstructor.cpp
- Timestamp:
- Oct 3, 2008, 2:39:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ArrayConstructor.cpp
r36726 r37257 34 34 35 35 ArrayConstructor::ArrayConstructor(ExecState* exec, PassRefPtr<StructureID> structure, ArrayPrototype* arrayPrototype) 36 : InternalFunction( exec, structure, Identifier(exec, arrayPrototype->classInfo()->className))36 : InternalFunction(&exec->globalData(), structure, Identifier(exec, arrayPrototype->classInfo()->className)) 37 37 { 38 38 // ECMA 15.4.3.1 Array.prototype
Note:
See TracChangeset
for help on using the changeset viewer.