[webkit-changes] [WebKit/WebKit] 801691: Make use of inequality operator consistent with Id...
Ryosuke Niwa
noreply at github.com
Thu Aug 17 16:01:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8016912ab5f3c4c60306c8eff921245b973a6b0f
https://github.com/WebKit/WebKit/commit/8016912ab5f3c4c60306c8eff921245b973a6b0f
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M Source/WebCore/dom/WindowEventLoop.cpp
Log Message:
-----------
Make use of inequality operator consistent with IdleCallbackDurationExpectation
https://bugs.webkit.org/show_bug.cgi?id=260359
Reviewed by Antti Koivisto.
Always use < to compare against now + IdleCallbackDurationExpectation.
* Source/WebCore/dom/WindowEventLoop.cpp:
(WebCore::WindowEventLoop::didReachTimeToRun):
Canonical link: https://commits.webkit.org/267015@main
More information about the webkit-changes
mailing list