Changeset 79707 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Feb 25, 2011, 11:20:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r79695 r79707 326 326 { 327 327 #if OS(WINDOWS) 328 #if !OS(WINCE) 328 329 // Cygwin calls ::SetErrorMode(SEM_FAILCRITICALERRORS), which we will inherit. This is bad for 329 330 // testing/debugging, as it causes the post-mortem debugger not to be invoked. We reset the 330 331 // error mode here to work around Cygwin's behavior. See <http://webkit.org/b/55222>. 331 332 ::SetErrorMode(0); 333 #endif 332 334 333 335 #if defined(_DEBUG)
Note:
See TracChangeset
for help on using the changeset viewer.