Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 19703e902a3349876fa639b0fe69e6b34c1feafb
      
https://github.com/WebKit/WebKit/commit/19703e902a3349876fa639b0fe69e6b34c1feafb
  Author: Don Olmstead <[email protected]>
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
    M Source/WebKit/UIProcess/WebProcessProxy.cpp

  Log Message:
  -----------
  Use modern decoders in WebProcessProxy
https://bugs.webkit.org/show_bug.cgi?id=272855

Reviewed by Chris Dumez.

Use `std::optional<T> decode<T>()` instead of `bool decode<T>(T&)` within
`WebProcessProxy`.

Issue found when compiling with `HAVE_ONLY_MODERN_SERIALIZATION`.

* Source/WebKit/UIProcess/WebProcessProxy.cpp:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to