Changeset 219696 in webkit for trunk/Source/JavaScriptCore/runtime/JSLock.cpp
- Timestamp:
- Jul 20, 2017, 11:32:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSLock.cpp
r218936 r219696 152 152 153 153 #if HAVE(MACH_EXCEPTIONS) 154 registerThreadForMachExceptionHandling( &Thread::current());154 registerThreadForMachExceptionHandling(Thread::current()); 155 155 #endif 156 156
Note:
See TracChangeset
for help on using the changeset viewer.