Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9f63c764cf40cfdd6155ffd0c8b576f5f22d7d27
https://github.com/WebKit/WebKit/commit/9f63c764cf40cfdd6155ffd0c8b576f5f22d7d27
Author: David Kilzer <[email protected]>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M Source/WebCore/platform/network/FormData.cpp
M Source/WebCore/platform/network/FormData.h
Log Message:
-----------
ISOHeap WebCore::FormData
https://bugs.webkit.org/show_bug.cgi?id=248643
<rdar://102885977>
Reviewed by Alex Christensen.
* Source/WebCore/platform/network/FormData.cpp:
(WebCore::FormData::FormData): Delete.
- Move default constructor to header since it is marked for
inlining anyway.
(WebCore::FormData::FormData):
- No need to initialize m_alwaysStream since it has a default
initializer of { false } in FormData.h.
(WebCore::FormData::~FormData):
- Declare as default since it is empty.
* Source/WebCore/platform/network/FormData.h:
(WebCore::FormData::FormData):
- Define default constructor.
- Adopt ISOHeap for FormData class.
Canonical link: https://commits.webkit.org/257502@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes