Changeset 50959 in webkit
- Timestamp:
- Nov 13, 2009, 12:04:24 PM (15 years ago)
- Location:
- trunk/WebKitTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKitTools/ChangeLog
r50943 r50959 1 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org> 2 3 Reviewed by Simon Hausmann. 4 5 Set the locale to C and not to the current one in use on the system. 6 7 * DumpRenderTree/qt/DumpRenderTree.cpp: 8 (WebCore::DumpRenderTree::resetToConsistentStateBeforeTesting): 9 1 10 2009-11-13 Adam Roben <aroben@apple.com> 2 11 -
trunk/WebKitTools/DumpRenderTree/qt/DumpRenderTree.cpp
r50942 r50959 305 305 m_page->undoStack()->clear(); 306 306 307 QLocale qlocale;308 QLocale::setDefault(qlocale);307 QLocale::setDefault(QLocale::c()); 308 setlocale(LC_ALL, ""); 309 309 } 310 310
Note:
See TracChangeset
for help on using the changeset viewer.