Changeset 36843 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Sep 24, 2008, 12:32:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r36821 r36843 110 110 void stopTimeoutCheck() 111 111 { 112 ASSERT(m_timeoutCheckCount); 112 113 --m_timeoutCheckCount; 113 114 } … … 115 116 inline void initTimeout() 116 117 { 118 ASSERT(!m_timeoutCheckCount); 117 119 resetTimeoutCheck(); 118 120 m_timeoutTime = 0;
Note:
See TracChangeset
for help on using the changeset viewer.