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