[webkit-changes] [WebKit/WebKit] f99b37: Remove isPersistentLocalStorage()

Sihui noreply at github.com
Mon Oct 28 13:21:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f99b37fa45c09231e4db91403ea706caf2a0306b
      https://github.com/WebKit/WebKit/commit/f99b37fa45c09231e4db91403ea706caf2a0306b
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M Source/WebCore/storage/StorageType.h
    M Source/WebKitLegacy/Storage/StorageNamespaceImpl.cpp

  Log Message:
  -----------
  Remove isPersistentLocalStorage()
https://bugs.webkit.org/show_bug.cgi?id=282108
rdar://138650785

Reviewed by Per Arne Vollan.

isPersistentLocalStorage is essentially the same as isLocalStorage, despite its name says "persistent".

* Source/WebCore/storage/StorageType.h:
(WebCore::isPersistentLocalStorage): Deleted.
* Source/WebKitLegacy/Storage/StorageNamespaceImpl.cpp:
(WebKit::StorageNamespaceImpl::StorageNamespaceImpl):
(WebKit::StorageNamespaceImpl::~StorageNamespaceImpl):

Canonical link: https://commits.webkit.org/285782@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