[webkit-changes] [WebKit/WebKit] 032286: WebFileSystemStorageConnection::closeSyncAccessHan...

Sihui noreply at github.com
Fri Feb 24 16:17:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0322868c6282b7785be777b73cc62be73e0d502f
      https://github.com/WebKit/WebKit/commit/0322868c6282b7785be777b73cc62be73e0d502f
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

  Changed paths:
    M Source/WebCore/Modules/filesystemaccess/FileSystemStorageConnection.h
    M Source/WebCore/Modules/filesystemaccess/WorkerFileSystemStorageConnection.cpp
    M Source/WebCore/Modules/filesystemaccess/WorkerFileSystemStorageConnection.h
    M Source/WebKit/WebProcess/WebCoreSupport/WebFileSystemStorageConnection.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebFileSystemStorageConnection.h

  Log Message:
  -----------
  WebFileSystemStorageConnection::closeSyncAccessHandle returns without invoking completionHandler
https://bugs.webkit.org/show_bug.cgi?id=252852
rdar://105848225

Reviewed by Youenn Fablet.

Ensure completionHandler is called.

* Source/WebCore/Modules/filesystemaccess/FileSystemStorageConnection.h:
* Source/WebCore/Modules/filesystemaccess/WorkerFileSystemStorageConnection.cpp:
(WebCore::WorkerFileSystemStorageConnection::closeSyncAccessHandle):
* Source/WebCore/Modules/filesystemaccess/WorkerFileSystemStorageConnection.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebFileSystemStorageConnection.cpp:
(WebKit::WebFileSystemStorageConnection::closeSyncAccessHandle):
* Source/WebKit/WebProcess/WebCoreSupport/WebFileSystemStorageConnection.h:

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




More information about the webkit-changes mailing list