[webkit-changes] [WebKit/WebKit] be318d: [Writing Tools] Ensure completion handler is not c...

megangardner noreply at github.com
Fri Sep 13 22:48:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: be318dad5bf331950d1e899284a065e205747169
      https://github.com/WebKit/WebKit/commit/be318dad5bf331950d1e899284a065e205747169
  Author: Megan Gardner <megan_gardner at apple.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M Source/WebKit/UIProcess/mac/WKTextAnimationManager.mm

  Log Message:
  -----------
  [Writing Tools] Ensure completion handler is not called more than once.
https://bugs.webkit.org/show_bug.cgi?id=279702
rdar://135985412

Reviewed by Aditya Keerthi.

For some reason, this completion handler was being called more than once.
Clear it once it's called to keep this from happening.

* Source/WebKit/UIProcess/mac/WKTextAnimationManager.mm:
(-[WKTextAnimationManager initWithWebViewImpl:]):
(-[WKTextAnimationManager addTextAnimationForAnimationID:withData:]):

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