[webkit-changes] [WebKit/WebKit] 90420b: [WK2] Remove uses of SendSyncLegacyResult-based Au...

Žan Doberšek noreply at github.com
Mon Sep 26 02:53:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 90420b3f4aff59afd876a796b877343ac2e13f12
      https://github.com/WebKit/WebKit/commit/90420b3f4aff59afd876a796b877343ac2e13f12
  Author: Žan Doberšek <zan at falconsigh.net>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M Source/WebKit/UIProcess/AuxiliaryProcessProxy.h
    M Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm

  Log Message:
  -----------
  [WK2] Remove uses of SendSyncLegacyResult-based AuxiliaryProcessProxy::sendSync() overload
https://bugs.webkit.org/show_bug.cgi?id=245591

Reviewed by Kimmo Kinnunen.

Remove one remaining use of AuxiliaryProcessProxy::sendSync() method overload that returns
a SendSyncLegacyResult object, enabling complete removal of that method and the type alias.

* Source/WebKit/UIProcess/AuxiliaryProcessProxy.h:
(WebKit::AuxiliaryProcessProxy::send):
* Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm:
(WebKit::WebPageProxy::applyAutocorrection):

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




More information about the webkit-changes mailing list