Changeset 257076 in webkit
- Timestamp:
- Feb 20, 2020, 11:42:25 AM (5 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r257072 r257076 1 2020-02-20 Antti Koivisto <antti@apple.com> 2 3 Unreviewed comment fix. 4 5 * wtf/RunLoop.cpp: 6 (WTF::RunLoop::suspendFunctionDispatchForCurrentCycle): 7 8 Words by Simon. 9 1 10 2020-02-20 Antti Koivisto <antti@apple.com> 2 11 -
trunk/Source/WTF/wtf/RunLoop.cpp
r257072 r257076 143 143 144 144 m_isFunctionDispatchSuspended = true; 145 // Wake up even if there is nothing to doto disable suspension.145 // Wake up (even if there is nothing to do) to disable suspension. 146 146 wakeUp(); 147 147 }
Note:
See TracChangeset
for help on using the changeset viewer.