WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
259820
REGRESSION(
266544@main
): Broke linux clang builds
https://bugs.webkit.org/show_bug.cgi?id=259820
Summary
REGRESSION(266544@main): Broke linux clang builds
Philippe Normand
Reported
2023-08-04 02:52:56 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2023-08-04 03:04:58 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16387
EWS
Comment 2
2023-08-04 03:10:07 PDT
Committed
266575@main
(1f2aba4ba49c): <
https://commits.webkit.org/266575@main
> Reviewed commits have been landed. Closing PR #16387 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug