[webkit-changes] [WebKit/WebKit] 3aff3d: [GCC] Unreviewed, build fix for Ubuntu 20.04 after...
Diego Pino
noreply at github.com
Fri Jan 6 23:15:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3aff3db35589f73b2af5668276c5cffbd50c9cdc
https://github.com/WebKit/WebKit/commit/3aff3db35589f73b2af5668276c5cffbd50c9cdc
Author: Diego Pino Garcia <dpino at igalia.com>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M Source/WebCore/css/CSSCounterStyleDescriptors.h
Log Message:
-----------
[GCC] Unreviewed, build fix for Ubuntu 20.04 after 258434 at main
Constructors cannot be defaulted in GCC9.3 and operator!= requires
explicit definition.
* Source/WebCore/css/CSSCounterStyleDescriptors.h:
(WebCore::CSSCounterStyleDescriptors::Pad::operator== const):
(WebCore::CSSCounterStyleDescriptors::Pad::operator!= const):
(WebCore::CSSCounterStyleDescriptors::NegativeSymbols::operator== const):
(WebCore::CSSCounterStyleDescriptors::NegativeSymbols::operator!= const):
(WebCore::CSSCounterStyleDescriptors::operator== const):
(WebCore::CSSCounterStyleDescriptors::operator!= const):
Canonical link: https://commits.webkit.org/258606@main
More information about the webkit-changes
mailing list