diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 18:38:56 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 18:42:49 -0800 |
commit | 4329f278bbb89c1661779e72fe04b46aebc8404f (patch) | |
tree | 1eba2ccb3c74b766f80cdd0c3457e776602edaf3 /net-libs | |
parent | games-strategy/naev: add 0.9.1 (diff) | |
download | gentoo-4329f278bbb89c1661779e72fe04b46aebc8404f.tar.gz gentoo-4329f278bbb89c1661779e72fe04b46aebc8404f.tar.bz2 gentoo-4329f278bbb89c1661779e72fe04b46aebc8404f.zip |
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@gentoo.org>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/webkit-gtk/files/2.34.3-non-jumbo-fix.patch | 16 |
1 files 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 |