Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 636ff0602d4c8b7ad8cea04bc604078647569f25
      
https://github.com/WebKit/WebKit/commit/636ff0602d4c8b7ad8cea04bc604078647569f25
  Author: Ryosuke Niwa <[email protected]>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M Source/WebCore/platform/ThreadTimers.cpp

  Log Message:
  -----------
  REGRESSION(266896@main): 
html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html
 is flaky
https://bugs.webkit.org/show_bug.cgi?id=260929
<rdar://problem/114728332>

Reviewed by Simon Fraser.

The flakiness is probably caused by the inconsistent use of MonotonicTime vs 
ApproximateTime in EventLoop::run
and ThreadTimers::sharedTimerFiredInternal. Always use ApproximateTime so that 
these two checks become consistent.

* Source/WebCore/platform/ThreadTimers.cpp:
(WebCore::ThreadTimers::sharedTimerFiredInternal):

Canonical link: https://commits.webkit.org/267570@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to