tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit a20ba027aaf1c03e2b2a6a30d6c03afe64d7adbd
parent 285a4ca202610ec82647930776e34906d4e88b05
Author: Andreas Pehrson <apehrson@mozilla.com>
Date:   Tue, 11 Nov 2025 08:21:04 +0000

Bug 1931328 - Remove an unused member in TestAudioDecoderInputTrack.cpp's mocked graph. r=padenot

Differential Revision: https://phabricator.services.mozilla.com/D238754

Diffstat:
Mdom/media/gtest/TestAudioDecoderInputTrack.cpp | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/dom/media/gtest/TestAudioDecoderInputTrack.cpp b/dom/media/gtest/TestAudioDecoderInputTrack.cpp @@ -67,8 +67,6 @@ class MockTestGraph : public MediaTrackGraphImpl { protected: ~MockDriver() = default; }; - - bool mEnableFakeAppend = false; }; AudioData* CreateAudioDataFromInfo(uint32_t aFrames, const AudioInfo& aInfo) {