commit: 4329f278bbb89c1661779e72fe04b46aebc8404f Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Mon Jan 3 02:38:56 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Jan 3 02:42:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4329f278
net-libs/webkit-gtk: remove TextTrackClient.h include from the 2.34.3 looks like this hunk got here by mistake. There's no such header in 2.34.3 source. Bug: https://bugs.gentoo.org/820437 Closes: https://bugs.gentoo.org/830483 Acked-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> net-libs/webkit-gtk/files/2.34.3-non-jumbo-fix.patch | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) 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 index b26f4243cd76..74790d9f6cef 100644 --- 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 @@ -8,23 +8,11 @@ Subject: [PATCH] Non-unified build fixes, early October 2021 edition Unreviewed non-unified build fixes. --- leio: Trimmed to what's relevant to webkitgtk-2.34 branch +gyakovlev: removed TextTrackClient.h include addition - Source/WebCore/html/track/InbandTextTrack.cpp | 1 + Source/WebCore/inspector/agents/InspectorCanvasAgent.h | 2 ++ - 2 files changed, 3 insertions(+) + 1 files changed, 2 insertions(+) -diff --git a/Source/WebCore/html/track/InbandTextTrack.cpp b/Source/WebCore/html/track/InbandTextTrack.cpp -index d45969fbfc77..ab5605100a94 100644 ---- a/Source/WebCore/html/track/InbandTextTrack.cpp -+++ b/Source/WebCore/html/track/InbandTextTrack.cpp -@@ -32,6 +32,7 @@ - #include "InbandGenericTextTrack.h" - #include "InbandTextTrackPrivate.h" - #include "InbandWebVTTTextTrack.h" -+#include "TextTrackClient.h" - #include <wtf/IsoMallocInlines.h> - - namespace WebCore { diff --git a/Source/WebCore/inspector/agents/InspectorCanvasAgent.h b/Source/WebCore/inspector/agents/InspectorCanvasAgent.h index 7f1012aa2a24..4c7c23995276 100644 --- a/Source/WebCore/inspector/agents/InspectorCanvasAgent.h
