Bug 275532 - WebCore::BackgroundFetchOptions fails to initialize instance variables due to missing constructors
Summary: WebCore::BackgroundFetchOptions fails to initialize instance variables due to...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 251980
Blocks:
  Show dependency treegraph
 
Reported: 2024-06-15 14:52 PDT by David Kilzer (:ddkilzer)
Modified: 2024-06-15 15:00 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2024-06-15 14:52:41 PDT
WebCore::BackgroundFetchOptions fails to initialize instance variables due to missing constructors.

Found by clang static analyzer.

Regressed in:

    Add background fetch WebIDL
    https://bugs.webkit.org/show_bug.cgi?id=251980
    rdar://problem/105213321
    <https://commits.webkit.org/260532@main>
Comment 1 Radar WebKit Bug Importer 2024-06-15 14:53:00 PDT
<rdar://problem/129924024>
Comment 2 David Kilzer (:ddkilzer) 2024-06-15 15:00:40 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29861