Changeset 35411 in webkit for trunk/JavaScriptCore/kjs/StringConstructor.cpp
- Timestamp:
- Jul 28, 2008, 1:04:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StringConstructor.cpp
r35291 r35411 70 70 { 71 71 constructData.native.function = constructWithStringConstructor; 72 return ConstructType Native;72 return ConstructTypeHost; 73 73 } 74 74
Note:
See TracChangeset
for help on using the changeset viewer.