Changeset 64036 in webkit for trunk/JavaScriptCore/runtime/TimeoutChecker.h
- Timestamp:
- Jul 26, 2010, 1:53:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/TimeoutChecker.h
r41126 r64036 41 41 42 42 void setTimeoutInterval(unsigned timeoutInterval) { m_timeoutInterval = timeoutInterval; } 43 unsigned timeoutInterval() const { return m_timeoutInterval; } 43 44 44 45 unsigned ticksUntilNextCheck() { return m_ticksUntilNextCheck; }
Note:
See TracChangeset
for help on using the changeset viewer.