File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
package/wpe/wpewebkit/2.22 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments