Bug 194057

Summary: FloatWithRect has invalid and inaccessible default constructor
Product: WebKit Reporter: Keith Rollin <krollin>
Component: WebCore Misc.Assignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.