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

Keith Rollin
Reported 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.
Attachments
Patch (1.78 KB, patch)
2019-01-30 15:58 PST, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2019-01-30 15:56:53 PST
Keith Rollin
Comment 2 2019-01-30 15:58:27 PST
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2019-01-30 17:35:34 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.