Changeset 134430 in webkit for trunk/Source/JavaScriptCore/runtime/JSLock.cpp
- Timestamp:
- Nov 13, 2012, 9:17:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSLock.cpp
r130726 r134430 75 75 76 76 JSLock::JSLock() 77 : m_lockCount(0) 77 : m_ownerThread(0) 78 , m_lockCount(0) 79 , m_lockDropDepth(0) 78 80 { 79 81 m_spinLock.Init();
Note:
See TracChangeset
for help on using the changeset viewer.