[Webkit-unassigned] [Bug 259820] New: REGRESSION(266544 at main): Broke linux clang builds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 4 02:52:56 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259820
Bug ID: 259820
Summary: REGRESSION(266544 at main): Broke linux clang builds
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: philn at igalia.com
CC: bugs-noreply at webkitgtk.org
GraphicsContextCairo.cpp:276:31: error: no matching constructor for initialization of 'WebCore::GraphicsDropShadow'
m_state.m_style = GraphicsDropShadow({ dropShadow->offset.width(), -dropShadow->offset.height() }, dropShadow->radius, dropShadow->color, dropShadow->radiusMode);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/app/webkit/Source/WebCore/platform/graphics/GraphicsStyle.h:45:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 4 were provided
struct GraphicsDropShadow {
^
/app/webkit/Source/WebCore/platform/graphics/GraphicsStyle.h:45:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 4 were provided
/app/webkit/Source/WebCore/platform/graphics/GraphicsStyle.h:45:8: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 4 were provided
1 error generated.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230804/d78139f0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list