[webkit-changes] [WebKit/WebKit] 9fc9ff: Remove unused BlobRegistryImpl::writeBlobToFilePath

Matthew Finkel noreply at github.com
Thu Mar 30 04:03:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9fc9ff9d807016df0327358abc680bfdcf93666d
      https://github.com/WebKit/WebKit/commit/9fc9ff9d807016df0327358abc680bfdcf93666d
  Author: Matthew Finkel <sysrqb at apple.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M Source/WebCore/platform/network/BlobRegistryImpl.cpp
    M Source/WebCore/platform/network/BlobRegistryImpl.h

  Log Message:
  -----------
  Remove unused BlobRegistryImpl::writeBlobToFilePath
https://bugs.webkit.org/show_bug.cgi?id=254563
rdar://107295924

Reviewed by Wenson Hsieh.

This functions apparently became unused after 208482 at main, where the
NetworkProcess and UI process use case was deleted.

* Source/WebCore/platform/network/BlobRegistryImpl.cpp:
(WebCore::BlobRegistryImpl::writeBlobToFilePath): Deleted.
* Source/WebCore/platform/network/BlobRegistryImpl.h:

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




More information about the webkit-changes mailing list