Changeset 18658 in webkit for trunk/JavaScriptCore/kjs/date_object.cpp
- Timestamp:
- Jan 7, 2007, 9:17:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.cpp
r17636 r18658 452 452 JSValue *result = 0; 453 453 UString s; 454 #if !PLATFORM(DARWIN)455 CString oldlocale = setlocale(LC_TIME, 0);456 if (!oldlocale.size())457 oldlocale = setlocale(LC_ALL, 0);458 // FIXME: Where's the code to set the locale back to oldlocale?459 #endif460 454 JSValue *v = thisDateObj->internalValue(); 461 455 double milli = v->toNumber(exec);
Note:
See TracChangeset
for help on using the changeset viewer.