[webkit-changes] [WebKit/WebKit] 636b30: Remove IsDeprecatedWeakRefSmartPointerException fr...
Ryosuke Niwa
noreply at github.com
Mon Oct 7 23:48:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 636b30afb4a77df197342bd9a469d27057c075f1
https://github.com/WebKit/WebKit/commit/636b30afb4a77df197342bd9a469d27057c075f1
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-10-07 (Mon, 07 Oct 2024)
Changed paths:
M Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorker.cpp
M Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorker.h
M Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.cpp
M Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.h
Log Message:
-----------
Remove IsDeprecatedWeakRefSmartPointerException from WebSharedWorker and WebSharedWorkerServer
https://bugs.webkit.org/show_bug.cgi?id=281001
Reviewed by Chris Dumez.
Removed superfluous IsDeprecatedWeakRefSmartPointerException from WebSharedWorkerServer and
made WebSharedWorker ref counted.
* Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorker.cpp:
(WebKit::WebSharedWorker::create):
(WebKit::WebSharedWorker::contextConnection const):
* Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorker.h:
* Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.cpp:
(WebKit::WebSharedWorkerServer::requestSharedWorker):
(WebKit::WebSharedWorkerServer::sharedWorkerObjectIsGoingAway):
(WebKit::WebSharedWorkerServer::suspendForBackForwardCache):
(WebKit::WebSharedWorkerServer::resumeForBackForwardCache):
(WebKit::WebSharedWorkerServer::shutDownSharedWorker):
(WebKit::WebSharedWorkerServer::removeConnection):
* Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.h:
Canonical link: https://commits.webkit.org/284813@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