Skip to content

Commit 3ba7d73

Browse files
committed
package/wpe/wpewebkit: import patch to fix the 2.22 build
["Upstream" status: WebPlatformForEmbedded/WPEWebKit#959] Signed-off-by: Adrian Perez de Castro <[email protected]>
1 parent 50847a2 commit 3ba7d73

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From c4d47b6ea1a1aeab5b8bbdba847147223301e414 Mon Sep 17 00:00:00 2001
2+
From: Adrian Perez de Castro <[email protected]>
3+
Date: Mon, 17 Oct 2022 11:28:34 +0300
4+
Subject: [PATCH] Add missing header to avoid non-unified build issues
5+
6+
* Source/WebCore/platform/encryptedmedia/CDMInstance.h: Add inclusion of
7+
the wtf/ThreadSafeRefCounted.h header.
8+
---
9+
Source/WebCore/platform/encryptedmedia/CDMInstance.h | 1 +
10+
1 file changed, 1 insertion(+)
11+
12+
diff --git a/Source/WebCore/platform/encryptedmedia/CDMInstance.h b/Source/WebCore/platform/encryptedmedia/CDMInstance.h
13+
index 7335d42289aa..764281d29e0b 100644
14+
--- a/Source/WebCore/platform/encryptedmedia/CDMInstance.h
15+
+++ b/Source/WebCore/platform/encryptedmedia/CDMInstance.h
16+
@@ -34,6 +34,7 @@
17+
#include <wtf/Forward.h>
18+
#include <wtf/Optional.h>
19+
#include <wtf/RefCounted.h>
20+
+#include <wtf/ThreadSafeRefCounted.h>
21+
#include <wtf/TypeCasts.h>
22+
#include <wtf/Vector.h>
23+
24+
--
25+
2.38.0
26+

0 commit comments

Comments
 (0)