[webkit-changes] [WebKit/WebKit] 1f8cd0: Drop SharedBufferReference::data()

Chris Dumez noreply at github.com
Mon May 27 12:00:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1f8cd038e45ab6c758e1fa10ac04a73955ea53df
      https://github.com/WebKit/WebKit/commit/1f8cd038e45ab6c758e1fa10ac04a73955ea53df
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    M Source/WebKit/Platform/IPC/SharedBufferReference.cpp
    M Source/WebKit/Platform/IPC/SharedBufferReference.h

  Log Message:
  -----------
  Drop SharedBufferReference::data()
https://bugs.webkit.org/show_bug.cgi?id=274740

Reviewed by Darin Adler.

Drop SharedBufferReference::data() to promote to use of std::span.

* Source/WebKit/Platform/IPC/SharedBufferReference.cpp:
(IPC::SharedBufferReference::span const):
(IPC::SharedBufferReference::data const): Deleted.
* Source/WebKit/Platform/IPC/SharedBufferReference.h:
(IPC::SharedBufferReference::span const): Deleted.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list