[webkit-changes] [WebKit/WebKit] 70f790: Use "= default" for destructor in `LocalFrameViewL...
Commit Queue
noreply at github.com
Mon Jul 22 13:56:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 70f79053163321d562ec35a0ce1e35d1aa3ad041
https://github.com/WebKit/WebKit/commit/70f79053163321d562ec35a0ce1e35d1aa3ad041
Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths:
M Source/WebCore/Modules/fetch/FormDataConsumer.cpp
M Source/WebCore/page/LocalFrameViewLayoutContext.cpp
Log Message:
-----------
Use "= default" for destructor in `LocalFrameViewLayoutContext` and `FormDataConsumer`
https://bugs.webkit.org/show_bug.cgi?id=276886
Reviewed by Matthieu Dubet.
This extends our "= default" usage across destructor in two more places
* Source/WebCore/Modules/fetch/FormDataConsumer.cpp:
(WebCore::FormDataConsumer::~FormDataConsumer): Deleted.
* Source/WebCore/page/LocalFrameViewLayoutContext.cpp:
(WebCore::LocalFrameViewLayoutContext::~LocalFrameViewLayoutContext): Deleted.
Canonical link: https://commits.webkit.org/281206@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