Changeset 29817 in webkit for trunk/JavaScriptCore/kjs/string_object.cpp
- Timestamp:
- Jan 27, 2008, 12:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.cpp
r29537 r29817 2 2 /* 3 3 * Copyright (C) 1999-2001 Harri Porten ([email protected]) 4 * Copyright (C) 2004, 2005, 2006, 2007 Apple Inc. All rights reserved.4 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. 5 5 * 6 6 * This library is free software; you can redistribute it and/or … … 988 988 // ------------------------------ StringObjectImp ------------------------------ 989 989 990 StringObjectImp::StringObjectImp(ExecState* exec, 991 FunctionPrototype* funcProto, 992 StringPrototype* stringProto) 993 : InternalFunctionImp(funcProto) 990 StringObjectImp::StringObjectImp(ExecState* exec, FunctionPrototype* funcProto, StringPrototype* stringProto) 991 : InternalFunctionImp(funcProto, stringProto->classInfo()->className) 994 992 { 995 993 // ECMA 15.5.3.1 String.prototype
Note:
See TracChangeset
for help on using the changeset viewer.