Title: [293181] branches/safari-613-branch/Source/WebKit/WebProcess/WebPage/WebPage.messages.in
Revision
293181
Author
repst...@apple.com
Date
2022-04-21 13:11:53 -0700 (Thu, 21 Apr 2022)

Log Message

Unreviewed build fix. rdar://72058321

DerivedSources/WebKit/WebPageMessageReceiver.cpp:4038:99: error: indirection requires pointer operand ('UniqueRef<IPC::Encoder>' invalid)
        return IPC::handleMessage<Messages::WebPage::PerformActionOnElement>(connection, decoder, *replyEncoder, this, &WebPage::performActionOnElement);
                                                                                                  ^~~~~~~~~~~~~

Modified Paths

Diff

Modified: branches/safari-613-branch/Source/WebKit/WebProcess/WebPage/WebPage.messages.in (293180 => 293181)


--- branches/safari-613-branch/Source/WebKit/WebProcess/WebPage/WebPage.messages.in	2022-04-21 20:11:51 UTC (rev 293180)
+++ branches/safari-613-branch/Source/WebKit/WebProcess/WebPage/WebPage.messages.in	2022-04-21 20:11:53 UTC (rev 293181)
@@ -90,7 +90,7 @@
     RequestPositionInformation(struct WebKit::InteractionInformationRequest request)
     StartInteractionWithElementContextOrPosition(std::optional<WebCore::ElementContext> elementContext, WebCore::IntPoint point)
     StopInteraction()
-    PerformActionOnElement(uint32_t action, String authenticationToken) -> ()
+    PerformActionOnElement(uint32_t action, String authenticationToken) -> () Async
     FocusNextFocusedElement(bool isForward) -> () Async
     AutofillLoginCredentials(String username, String password)
     SetFocusedElementValue(struct WebCore::ElementContext context, String value)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to