Changeset 50591 in webkit for trunk/JavaScriptCore/runtime/DateInstance.h
- Timestamp:
- Nov 5, 2009, 10:52:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/DateInstance.h
r50590 r50591 39 39 static JS_EXPORTDATA const ClassInfo info; 40 40 41 const GregorianDateTime* gregorianDateTime(ExecState*, bool outputIsUTC) const;41 const WTF::GregorianDateTime* gregorianDateTime(ExecState*, bool outputIsUTC) const; 42 42 43 43 static PassRefPtr<Structure> createStructure(JSValue prototype)
Note:
See TracChangeset
for help on using the changeset viewer.