[webkit-changes] [WebKit/WebKit] 83e11a: REGRESSION(262909 at main): [ iOS ] TestWebKitAPI.Web...

youennf noreply at github.com
Tue May 9 08:09:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 83e11a3a6c03a6ad00d9bf17508dfe86b3e9fb7a
      https://github.com/WebKit/WebKit/commit/83e11a3a6c03a6ad00d9bf17508dfe86b3e9fb7a
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-05-09 (Tue, 09 May 2023)

  Changed paths:
    M Source/WebKit/UIProcess/ios/UIAlertControllerUtilities.mm

  Log Message:
  -----------
  REGRESSION(262909 at main): [ iOS ] TestWebKitAPI.WebKit.LockdownModeDefaultFirstUseMessage is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=256270
rdar://problem/108860966

Reviewed by Eric Carlson.

[UIAlertController alertControllerWithTitle:message:preferredStyle:] should not be adopted since it is autoreleased.
Remove adoptNS from call site.

* Source/WebKit/UIProcess/ios/UIAlertControllerUtilities.mm:
(WebKit::createUIAlertController):

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




More information about the webkit-changes mailing list