Changeset 58133 in webkit for trunk/JavaScriptCore/API/APIShims.h
- Timestamp:
- Apr 22, 2010, 5:11:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/APIShims.h
r57879 r58133 67 67 APIEntryShim(JSGlobalData* globalData, bool registerThread = true) 68 68 : APIEntryShimWithoutLock(globalData, registerThread) 69 , m_lock(globalData->isSharedInstance ? LockForReal : SilenceAssertionsOnly)69 , m_lock(globalData->isSharedInstance() ? LockForReal : SilenceAssertionsOnly) 70 70 { 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.