diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-20 10:06:50 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-20 10:06:50 +0100 |
commit | f1e863a490ae20173210a53f516e146ebc677a36 (patch) | |
tree | c5e797f135ce19a0cc9a946219bd0bf424b25e8b /dom/media/gtest | |
parent | 20e533f6b5595182f69560f50122a0873daaaafb (diff) | |
download | UXP-f1e863a490ae20173210a53f516e146ebc677a36.tar UXP-f1e863a490ae20173210a53f516e146ebc677a36.tar.gz UXP-f1e863a490ae20173210a53f516e146ebc677a36.tar.lz UXP-f1e863a490ae20173210a53f516e146ebc677a36.tar.xz UXP-f1e863a490ae20173210a53f516e146ebc677a36.zip |
Remove more Vista checks in dom/media
Diffstat (limited to 'dom/media/gtest')
-rw-r--r-- | dom/media/gtest/TestGMPCrossOrigin.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/media/gtest/TestGMPCrossOrigin.cpp b/dom/media/gtest/TestGMPCrossOrigin.cpp index 036282153..33ac98388 100644 --- a/dom/media/gtest/TestGMPCrossOrigin.cpp +++ b/dom/media/gtest/TestGMPCrossOrigin.cpp @@ -1521,11 +1521,6 @@ TEST(GeckoMediaPlugins, GMPPluginVoucher) { #if defined(XP_WIN) TEST(GeckoMediaPlugins, GMPOutputProtection) { - // Output Protection is not available pre-Vista. - if (!IsVistaOrLater()) { - return; - } - RefPtr<GMPStorageTest> runner = new GMPStorageTest(); runner->DoTest(&GMPStorageTest::TestOutputProtection); } |