[webkit-changes] [WebKit/WebKit] f42d30: REGRESSION (259678 at main): [ iOS17 ] ASSERTION FAIL...

Chris Dumez noreply at github.com
Tue Feb 27 21:37:52 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f42d30f8697a7cd944595f799249949d2d66e43f
      https://github.com/WebKit/WebKit/commit/f42d30f8697a7cd944595f799249949d2d66e43f
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
    M Tools/WebKitTestRunner/ios/UIScriptControllerIOS.mm

  Log Message:
  -----------
  REGRESSION (259678 at main): [ iOS17 ] ASSERTION FAILED: task.callback for fast/dom/Orientation/no-orientation-change-event-when-unparenting-view.html result of a consistent crash
https://bugs.webkit.org/show_bug.cgi?id=267934
rdar://121454476

Reviewed by Ryosuke Niwa.

Make sure we clear the `rotationDidEndCallback` delegate on the WKWebView once
it has been called. Otherwise, we may end up trying to call the callback several
times, which would hit the assertion we were seeing.

* Tools/WebKitTestRunner/ios/UIScriptControllerIOS.mm:
(WTR::UIScriptControllerIOS::simulateRotation):

Canonical link: https://commits.webkit.org/275423@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