Changeset 36475 in webkit for trunk/JavaScriptCore/kjs/StringObject.h
- Timestamp:
- Sep 15, 2008, 8:46:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StringObject.h
r36462 r36475 29 29 class StringObject : public JSWrapperObject { 30 30 public: 31 StringObject(VPtrStealingHackType type)32 : JSWrapperObject(type)33 {34 }35 31 StringObject(ExecState*, JSObject* prototype); 36 32 StringObject(ExecState*, JSObject* prototype, const UString&);
Note:
See TracChangeset
for help on using the changeset viewer.