Changeset 257076 in webkit


Ignore:
Timestamp:
Feb 20, 2020, 11:42:25 AM (5 years ago)
Author:
Antti Koivisto
Message:

Unreviewed comment fix.

  • wtf/RunLoop.cpp:

(WTF::RunLoop::suspendFunctionDispatchForCurrentCycle):

Words by Simon.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r257072 r257076  
     12020-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
    1102020-02-20  Antti Koivisto  <antti@apple.com>
    211
  • trunk/Source/WTF/wtf/RunLoop.cpp

    r257072 r257076  
    143143
    144144    m_isFunctionDispatchSuspended = true;
    145     // Wake up even if there is nothing to do to disable suspension.
     145    // Wake up (even if there is nothing to do) to disable suspension.
    146146    wakeUp();
    147147}
Note: See TracChangeset for help on using the changeset viewer.