[webkit-changes] [WebKit/WebKit] b1787b: Make InteractionInformationRequest use generated s...

Ryosuke Niwa noreply at github.com
Wed Oct 4 17:12:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b1787b8f7ddadd6efc3312f9a7dfdae460e142b6
      https://github.com/WebKit/WebKit/commit/b1787b8f7ddadd6efc3312f9a7dfdae460e142b6
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Shared/ios/InteractionInformationRequest.cpp
    M Source/WebKit/Shared/ios/InteractionInformationRequest.h
    A Source/WebKit/Shared/ios/InteractionInformationRequest.serialization.in

  Log Message:
  -----------
  Make InteractionInformationRequest use generated serialization
https://bugs.webkit.org/show_bug.cgi?id=262639

Reviewed by Alex Christensen.

Use the generated serialization for InteractionInformationRequest.

* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/ios/InteractionInformationRequest.cpp:
(WebKit::InteractionInformationRequest::encode const): Deleted.
(WebKit::InteractionInformationRequest::decode): Deleted.
* Source/WebKit/Shared/ios/InteractionInformationRequest.h:
(WebKit::InteractionInformationRequest::InteractionInformationRequest):
* Source/WebKit/Shared/ios/InteractionInformationRequest.serialization.in: Added.

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




More information about the webkit-changes mailing list