[webkit-changes] [WebKit/WebKit] 449783: WebCore::BackgroundFetchOptions fails to initializ...
Commit Queue
noreply at github.com
Sat Jun 15 17:23:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 449783290701f2b61dd9854e55a148121daf86a4
https://github.com/WebKit/WebKit/commit/449783290701f2b61dd9854e55a148121daf86a4
Author: David Kilzer <ddkilzer at apple.com>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M Source/WebCore/workers/service/background-fetch/BackgroundFetchOptions.h
M Source/WebCore/workers/service/background-fetch/BackgroundFetchUIOptions.h
Log Message:
-----------
WebCore::BackgroundFetchOptions fails to initialize instance variables due to missing constructors
<https://bugs.webkit.org/show_bug.cgi?id=275532>
<rdar://129924024>
Reviewed by Sam Weinig.
* Source/WebCore/workers/service/background-fetch/BackgroundFetchOptions.h:
(WebCore::BackgroundFetchOptions::BackgroundFetchOptions):
- Change constructor to call the base class constructor.
* Source/WebCore/workers/service/background-fetch/BackgroundFetchUIOptions.h:
(WebCore::BackgroundFetchUIOptions::BackgroundFetchUIOptions): Add.
- Add constructors so instance variables are initialized.
Canonical link: https://commits.webkit.org/280056@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