[webkit-changes] [WebKit/WebKit] cde42b: Update FetchLoader::m_consumer to use a CheckedPtr
Chris Dumez
noreply at github.com
Wed Sep 25 07:41:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cde42b14d2d9c2bae4269ec8b4d740d7644e1fd9
https://github.com/WebKit/WebKit/commit/cde42b14d2d9c2bae4269ec8b4d740d7644e1fd9
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M Source/WebCore/Modules/fetch/FetchBodyConsumer.h
M Source/WebCore/Modules/fetch/FetchLoader.cpp
M Source/WebCore/Modules/fetch/FetchLoader.h
Log Message:
-----------
Update FetchLoader::m_consumer to use a CheckedPtr
https://bugs.webkit.org/show_bug.cgi?id=280318
Reviewed by Darin Adler.
* Source/WebCore/Modules/fetch/FetchBodyConsumer.h:
(WebCore::FetchBodyConsumer::hasData const): Deleted.
(WebCore::FetchBodyConsumer::data const): Deleted.
(WebCore::FetchBodyConsumer::hasPendingActivity const): Deleted.
(WebCore::FetchBodyConsumer::setType): Deleted.
(WebCore::FetchBodyConsumer::setAsLoading): Deleted.
* Source/WebCore/Modules/fetch/FetchLoader.cpp:
* Source/WebCore/Modules/fetch/FetchLoader.h:
Canonical link: https://commits.webkit.org/284221@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