Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d162212f64cced017d69cbf0924d4061fe34f2aa
https://github.com/WebKit/WebKit/commit/d162212f64cced017d69cbf0924d4061fe34f2aa
Author: Sihui Liu <[email protected]>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M Source/WebKit/NetworkProcess/storage/IDBStorageConnectionToClient.cpp
M Source/WebKit/NetworkProcess/storage/IDBStorageConnectionToClient.h
Log Message:
-----------
Remove unnecessary IDBStorageConnectionToClient::didGetResult
https://bugs.webkit.org/show_bug.cgi?id=277490
rdar://132993806
Reviewed by Chris Dumez.
In IDBStorageConnectionToClient::didGetResult, all branches would lead to the
same result, so it can be simplied as
one-liner.
* Source/WebKit/NetworkProcess/storage/IDBStorageConnectionToClient.cpp:
(WebKit::IDBStorageConnectionToClient::didGetRecord):
(WebKit::IDBStorageConnectionToClient::didGetAllRecords):
(WebKit::IDBStorageConnectionToClient::didOpenCursor):
(WebKit::IDBStorageConnectionToClient::didIterateCursor):
(WebKit::IDBStorageConnectionToClient::didGetResult): Deleted.
* Source/WebKit/NetworkProcess/storage/IDBStorageConnectionToClient.h:
Canonical link: https://commits.webkit.org/281746@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