Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/files/
Date: Mon, 03 Jan 2022 03:00:37
Message-Id: 1641177769.4329f278bbb89c1661779e72fe04b46aebc8404f.gyakovlev@gentoo
1 commit: 4329f278bbb89c1661779e72fe04b46aebc8404f
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 02:38:56 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 02:42:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4329f278
7
8 net-libs/webkit-gtk: remove TextTrackClient.h include from the 2.34.3
9
10 looks like this hunk got here by mistake.
11 There's no such header in 2.34.3 source.
12
13 Bug: https://bugs.gentoo.org/820437
14 Closes: https://bugs.gentoo.org/830483
15 Acked-by: Sam James <sam <AT> gentoo.org>
16 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
17
18 net-libs/webkit-gtk/files/2.34.3-non-jumbo-fix.patch | 16 ++--------------
19 1 file changed, 2 insertions(+), 14 deletions(-)
20
21 diff --git a/net-libs/webkit-gtk/files/2.34.3-non-jumbo-fix.patch b/net-libs/webkit-gtk/files/2.34.3-non-jumbo-fix.patch
22 index b26f4243cd76..74790d9f6cef 100644
23 --- a/net-libs/webkit-gtk/files/2.34.3-non-jumbo-fix.patch
24 +++ b/net-libs/webkit-gtk/files/2.34.3-non-jumbo-fix.patch
25 @@ -8,23 +8,11 @@ Subject: [PATCH] Non-unified build fixes, early October 2021 edition
26 Unreviewed non-unified build fixes.
27 ---
28 leio: Trimmed to what's relevant to webkitgtk-2.34 branch
29 +gyakovlev: removed TextTrackClient.h include addition
30
31 - Source/WebCore/html/track/InbandTextTrack.cpp | 1 +
32 Source/WebCore/inspector/agents/InspectorCanvasAgent.h | 2 ++
33 - 2 files changed, 3 insertions(+)
34 + 1 files changed, 2 insertions(+)
35
36 -diff --git a/Source/WebCore/html/track/InbandTextTrack.cpp b/Source/WebCore/html/track/InbandTextTrack.cpp
37 -index d45969fbfc77..ab5605100a94 100644
38 ---- a/Source/WebCore/html/track/InbandTextTrack.cpp
39 -+++ b/Source/WebCore/html/track/InbandTextTrack.cpp
40 -@@ -32,6 +32,7 @@
41 - #include "InbandGenericTextTrack.h"
42 - #include "InbandTextTrackPrivate.h"
43 - #include "InbandWebVTTTextTrack.h"
44 -+#include "TextTrackClient.h"
45 - #include <wtf/IsoMallocInlines.h>
46 -
47 - namespace WebCore {
48 diff --git a/Source/WebCore/inspector/agents/InspectorCanvasAgent.h b/Source/WebCore/inspector/agents/InspectorCanvasAgent.h
49 index 7f1012aa2a24..4c7c23995276 100644
50 --- a/Source/WebCore/inspector/agents/InspectorCanvasAgent.h