WebKit Bugzilla
Attachment 359744 Details for
Bug 193672
: [GTK] Build fix for Ubuntu LTS 16.04
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-193672-20190122195757.patch (text/plain), 1.14 KB, created by
Claudio Saavedra
on 2019-01-22 09:57:58 PST
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Claudio Saavedra
Created:
2019-01-22 09:57:58 PST
Size:
1.14 KB
patch
obsolete
>Subversion Revision: 240251 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 464a4d05259b0169f3708fd5421f18d799e7f4e0..c111ad910d073537ecd9ea6c7a2550b8dd7019e4 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,13 @@ >+2019-01-22 Claudio Saavedra <csaavedra@igalia.com> >+ >+ [GTK] Build fix for Ubuntu LTS 16.04 >+ https://bugs.webkit.org/show_bug.cgi?id=193672 >+ >+ Unreviewed build fix. >+ >+ * html/canvas/CanvasStyle.h: Add default copy constructor for >+ CMYKAColor struct. >+ > 2019-01-22 Oriol Brufau <obrufau@igalia.com> > > [css-logical] Implement flow-relative margin, padding and border shorthands >diff --git a/Source/WebCore/html/canvas/CanvasStyle.h b/Source/WebCore/html/canvas/CanvasStyle.h >index 68d578cd74258e44b69dc13f0dc59ac19c58cb0b..4046abcb4e5707b961d86a846bf440f2a30edbea 100644 >--- a/Source/WebCore/html/canvas/CanvasStyle.h >+++ b/Source/WebCore/html/canvas/CanvasStyle.h >@@ -76,6 +76,8 @@ private: > float y { 0 }; > float k { 0 }; > float a { 0 }; >+ >+ CMYKAColor(const CMYKAColor&) = default; > }; > > struct CurrentColor {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193672
:
359739
| 359744