Bug 255264

Summary: [GCC] Build error in Ubuntu 20.04 after 262721@main
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: WebKitGTKAssignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Yury Semikhatsky 2023-04-10 18:22:28 PDT
../../Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:45:94: error: ‘bool WebCore::operator==(const WebCore::ScrollbarHoverState&, const WebCore::ScrollbarHoverState&)’ cannot be defaulted
   45 |     friend bool operator==(ScrollbarHoverState const& lhs, ScrollbarHoverState const& rhs) = default;
      |                                                                                              ^~~~~~~
Comment 1 Yury Semikhatsky 2023-04-10 20:02:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12597
Comment 2 EWS 2023-04-11 01:16:39 PDT
Committed 262814@main (160e3d34e280): <https://commits.webkit.org/262814@main>

Reviewed commits have been landed. Closing PR #12597 and removing active labels.