Changeset 49845 in webkit for trunk/JavaScriptCore/runtime/DateInstance.h
- Timestamp:
- Oct 20, 2009, 2:42:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/DateInstance.h
r49247 r49845 47 47 void msToGregorianDateTime(double, bool outputIsUTC, WTF::GregorianDateTime&) const; 48 48 49 static PassRefPtr<Structure> createStructure(JSValue prototype) 50 { 51 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags)); 52 } 53 54 protected: 55 static const unsigned StructureFlags = OverridesMarkChildren | JSWrapperObject::StructureFlags; 56 49 57 private: 50 58 virtual const ClassInfo* classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.