Changeset 36726 in webkit for trunk/JavaScriptCore/kjs/StringObjectThatMasqueradesAsUndefined.h
- Timestamp:
- Sep 20, 2008, 7:29:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/StringObjectThatMasqueradesAsUndefined.h
r36475 r36726 30 30 class StringObjectThatMasqueradesAsUndefined : public StringObject { 31 31 public: 32 StringObjectThatMasqueradesAsUndefined(ExecState* exec, JSObject* prototype, const UString& string)33 : StringObject(exec, prototype, string)32 StringObjectThatMasqueradesAsUndefined(ExecState* exec, PassRefPtr<StructureID> structure, const UString& string) 33 : StringObject(exec, structure, string) 34 34 { 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.