Changeset 216827 in webkit for trunk/Source/JavaScriptCore/runtime/JSLock.cpp
- Timestamp:
- May 13, 2017, 1:32:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSLock.cpp
r216808 r216827 31 31 #include "WasmMachineThreads.h" 32 32 #include <thread> 33 #include <wtf/Threading.h>34 #include <wtf/threads/Signals.h>35 33 36 34 namespace JSC { … … 151 149 #endif 152 150 153 #if HAVE(MACH_EXCEPTIONS)154 registerThreadForMachExceptionHandling(&Thread::current());155 #endif156 157 151 m_vm->traps().notifyGrabAllLocks(); 158 152
Note:
See TracChangeset
for help on using the changeset viewer.