Changeset 37257 in webkit for trunk/JavaScriptCore/kjs/StringConstructor.cpp
- Timestamp:
- Oct 3, 2008, 2:39:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StringConstructor.cpp
r36726 r37257 48 48 49 49 StringConstructor::StringConstructor(ExecState* exec, PassRefPtr<StructureID> structure, StructureID* prototypeFunctionStructure, StringPrototype* stringPrototype) 50 : InternalFunction( exec, structure, Identifier(exec, stringPrototype->classInfo()->className))50 : InternalFunction(&exec->globalData(), structure, Identifier(exec, stringPrototype->classInfo()->className)) 51 51 { 52 52 // ECMA 15.5.3.1 String.prototype
Note:
See TracChangeset
for help on using the changeset viewer.