Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 747705 Details for
Bug 813957
dev-qt/qtwebengine-5.15.2_p20210824-r1: error: redefinition of ‘class base::{anonymous}::PostTaskAndReplyWithTraitsTaskRunner’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
std::sort patch
qtwebengine-DocumentAnimations-include.patch (text/plain), 1.05 KB, created by
Stephan Hartmann (RETIRED)
on 2021-10-31 13:13:44 UTC
(
hide
)
Description:
std::sort patch
Filename:
MIME Type:
Creator:
Stephan Hartmann (RETIRED)
Created:
2021-10-31 13:13:44 UTC
Size:
1.05 KB
patch
obsolete
>From b18bbc0a7ceb8d0ed3b80749517f76632920eb4f Mon Sep 17 00:00:00 2001 >From: Stephan Hartmann <stha09@googlemail.com> >Date: Sun, 31 Oct 2021 13:09:55 +0000 >Subject: [PATCH] IWYU: add algorithm for std::sort in > blink::DocumentAnimations > >--- > .../blink/renderer/core/animation/document_animations.cc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/src/3rdparty/chromium/third_party/blink/renderer/core/animation/document_animations.cc b/src/3rdparty/chromium/third_party/blink/renderer/core/animation/document_animations.cc >index c7508de..3eeb5a7 100644 >--- a/src/3rdparty/chromium/third_party/blink/renderer/core/animation/document_animations.cc >+++ b/src/3rdparty/chromium/third_party/blink/renderer/core/animation/document_animations.cc >@@ -30,6 +30,8 @@ > > #include "third_party/blink/renderer/core/animation/document_animations.h" > >+#include <algorithm> >+ > #include "cc/animation/animation_host.h" > #include "third_party/blink/renderer/core/animation/animation_clock.h" > #include "third_party/blink/renderer/core/animation/animation_timeline.h" >-- >2.32.0 >
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
|
Diff
Attachments on
bug 813957
:
740196
|
740199
|
740202
|
743850
|
743853
|
745047
|
747654
|
747681
|
747705
|
747729
|
747750
|
747753
|
747768
|
747789
|
747798
|
747807
|
747861