Changeset 79712 in webkit
- Timestamp:
- Feb 25, 2011, 11:47:38 AM (14 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r79707 r79712 1 2011-02-25 Patrick Gansterer <paroga@webkit.org> 2 3 Reviewed by Adam Roben. 4 5 Move timeBeginPeriod into OS(WINDOWS) section 6 https://bugs.webkit.org/show_bug.cgi?id=55247 7 8 * jsc.cpp: 9 (main): timeBeginPeriod is available on all Windows versions and not compiler specific. 10 1 11 2011-02-25 Patrick Gansterer <paroga@webkit.org> 2 12 -
trunk/Source/JavaScriptCore/jsc.cpp
r79707 r79712 341 341 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); 342 342 #endif 343 #endif 344 345 #if COMPILER(MSVC) && !OS(WINCE) 343 346 344 timeBeginPeriod(1); 347 345 #endif
Note:
See TracChangeset
for help on using the changeset viewer.