Changeset 214489 in webkit for trunk/Source/JavaScriptCore/runtime/JSLock.cpp
- Timestamp:
- Mar 28, 2017, 1:08:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSLock.cpp
r213652 r214489 110 110 } 111 111 112 m_ownerThread = current PlatformThread();112 m_ownerThread = currentThread(); 113 113 WTF::storeStoreFence(); 114 114 m_hasOwnerThread = true;
Note:
See TracChangeset
for help on using the changeset viewer.