Changeset 188475 in webkit for trunk/Source/JavaScriptCore/jit/JITThunks.h
- Timestamp:
- Aug 14, 2015, 9:53:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITThunks.h
r188444 r188475 64 64 65 65 private: 66 // Main thread can hold this lock for a while, so use an adaptive mutex. 67 typedef Mutex Lock; 68 typedef MutexLocker Locker; 69 66 70 void finalize(Handle<Unknown>, void* context) override; 67 71
Note:
See TracChangeset
for help on using the changeset viewer.