[webkit-changes] [WebKit/WebKit] 47ca5a: Release assert in TimerBase::TimerBase() via [WebV...

Ryosuke Niwa noreply at github.com
Tue Oct 8 23:15:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 47ca5ab0925476ac9b1dc111d231d1c9773bd3d0
      https://github.com/WebKit/WebKit/commit/47ca5ab0925476ac9b1dc111d231d1c9773bd3d0
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-10-08 (Tue, 08 Oct 2024)

  Changed paths:
    M Source/WebKitLegacy/mac/WebView/WebView.mm

  Log Message:
  -----------
  Release assert in TimerBase::TimerBase() via [WebView(WebPrivate) _setLoadResourcesSerially:]
https://bugs.webkit.org/show_bug.cgi?id=281118
rdar://134348015

Reviewed by Wenson Hsieh.

The assertion failure was caused by _setLoadResourcesSerially entering WebCore without holding web thread lock.
Fixed the bug by holding the lock.

* Source/WebKitLegacy/mac/WebView/WebView.mm:
(+[WebView _setLoadResourcesSerially:]):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list