Changeset 49247 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Oct 7, 2009, 9:49:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/DateInstance.h
r49214 r49247 43 43 bool getUTCTime(double& milliseconds) const; 44 44 45 static const ClassInfo info;45 static JS_EXPORTDATA const ClassInfo info; 46 46 47 47 void msToGregorianDateTime(double, bool outputIsUTC, WTF::GregorianDateTime&) const;
Note:
See TracChangeset
for help on using the changeset viewer.