Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 449783290701f2b61dd9854e55a148121daf86a4
      
https://github.com/WebKit/WebKit/commit/449783290701f2b61dd9854e55a148121daf86a4
  Author: David Kilzer <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to