Changeset 217638 in webkit for trunk/Source/JavaScriptCore/runtime/JSLock.cpp
- Timestamp:
- May 31, 2017, 4:25:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSLock.cpp
r217611 r217638 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.