RESOLVED FIXED 212276
[IPC] Add support for specifying `Async WantsConnection` in message files
https://bugs.webkit.org/show_bug.cgi?id=212276
Summary [IPC] Add support for specifying `Async WantsConnection` in message files
Wenson Hsieh
Reported 2020-05-22 13:36:13 PDT
Example: Foo(...) -> (...) Async WantsConnection ...results in this generated code: IPC::handleMessageAsync<Messages::WebPageProxy::Foo>(connection, connection, decoder, this, &WebPageProxy::foo); ...which results in a compiler error due to the duplicated `connection` argument.
Attachments
Patch (9.95 KB, patch)
2020-05-22 14:04 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2020-05-22 14:04:17 PDT
EWS
Comment 2 2020-05-22 14:45:51 PDT
Committed r262075: <https://trac.webkit.org/changeset/262075> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400074 [details].
Radar WebKit Bug Importer
Comment 3 2020-05-22 14:46:14 PDT
Note You need to log in before you can comment on or make changes to this bug.