Bug 194057 - FloatWithRect has invalid and inaccessible default constructor
Summary: FloatWithRect has invalid and inaccessible default constructor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-30 15:56 PST by Keith Rollin
Modified: 2019-01-30 17:35 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.78 KB, patch)
2019-01-30 15:58 PST, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 2019-01-30 15:56:35 PST
FloatWithRect has a default constructor declared as 'default'. This constructor is invalid because FloatWithRect has a data member that's a reference that will not get initialized with this constructor. Since its invalid, and since it's private and not accessed by anything, remove this constructor.
Comment 1 Radar WebKit Bug Importer 2019-01-30 15:56:53 PST
<rdar://problem/47685211>
Comment 2 Keith Rollin 2019-01-30 15:58:27 PST
Created attachment 360637 [details]
Patch
Comment 3 WebKit Commit Bot 2019-01-30 17:35:32 PST
Comment on attachment 360637 [details]
Patch

Clearing flags on attachment: 360637

Committed r240744: <https://trac.webkit.org/changeset/240744>
Comment 4 WebKit Commit Bot 2019-01-30 17:35:34 PST
All reviewed patches have been landed.  Closing bug.