Changeset 36462 in webkit for trunk/JavaScriptCore/kjs/StringObjectThatMasqueradesAsUndefined.h
- Timestamp:
- Sep 15, 2008, 4:33:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StringObjectThatMasqueradesAsUndefined.h
r36263 r36462 30 30 class StringObjectThatMasqueradesAsUndefined : public StringObject { 31 31 public: 32 StringObjectThatMasqueradesAsUndefined(VPtrStealingHackType type) 33 : StringObject(type) 34 { 35 } 32 36 StringObjectThatMasqueradesAsUndefined(ExecState* exec, JSObject* prototype, const UString& string) 33 37 : StringObject(exec, prototype, string)
Note:
See TracChangeset
for help on using the changeset viewer.