diff options
author | B. Stack <bgstack15@gmail.com> | 2022-07-19 09:28:52 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-07-19 09:28:52 -0400 |
commit | 01e941ae9182d706a362d31d4238fdaf82783043 (patch) | |
tree | 9ef62314ec2aae0e2da3f108f0e6a02cfde7c5e2 /waterfox/0001-TestAudioEventTimeline.cpp-gtest-fix-build.patch | |
parent | Merge branch 'notepadnext-bump' into 'master' (diff) | |
download | stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.tar.gz stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.tar.bz2 stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.zip |
wf 2022.06 rc1
Diffstat (limited to 'waterfox/0001-TestAudioEventTimeline.cpp-gtest-fix-build.patch')
-rw-r--r-- | waterfox/0001-TestAudioEventTimeline.cpp-gtest-fix-build.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/waterfox/0001-TestAudioEventTimeline.cpp-gtest-fix-build.patch b/waterfox/0001-TestAudioEventTimeline.cpp-gtest-fix-build.patch deleted file mode 100644 index abb11b0..0000000 --- a/waterfox/0001-TestAudioEventTimeline.cpp-gtest-fix-build.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 81d8dbb800b7aa396b6b0a57add39c7e86d7f306 Mon Sep 17 00:00:00 2001 -From: Phantom X <PhantomX@users.noreply.github.com> -Date: Sun, 19 Sep 2021 16:55:00 -0300 -Subject: [PATCH] TestAudioEventTimeline.h gtest: fix build - ---- - dom/media/webaudio/gtest/TestAudioEventTimeline.cpp | 11 ----------- - 1 file changed, 11 deletions(-) - -diff --git a/dom/media/webaudio/gtest/TestAudioEventTimeline.cpp b/dom/media/webaudio/gtest/TestAudioEventTimeline.cpp -index da7c4c4..b79afa5 100644 ---- a/dom/media/webaudio/gtest/TestAudioEventTimeline.cpp -+++ b/dom/media/webaudio/gtest/TestAudioEventTimeline.cpp -@@ -9,17 +9,6 @@ - #include <limits> - #include "gtest/gtest.h" - --// Mock the MediaStream class --namespace mozilla { --class MediaStream --{ -- NS_INLINE_DECL_THREADSAFE_REFCOUNTING(MediaStream) --private: -- ~MediaStream() { -- }; --}; --} -- - using namespace mozilla; - using namespace mozilla::dom; - using std::numeric_limits; --- -2.31.1 - |