From 891279272ddaa8344126f428a66d4505a602c669 Mon Sep 17 00:00:00 2001 From: Michelle Zhuo Date: Wed, 17 Mar 2021 19:52:04 -0700 Subject: [PATCH] feat(MediaCap): Add MediaCap polyfill to uncompiled.js Adding MediaCapabilities polyfill to uncompiled.js, so that the polyfill can be used in unit tests. Fixed the tests failure in Tizen, Safari and other browsers. Issue #1391 Change-Id: Ia9e220d00ac48bf4a024fb780e4f20e9e111ecc7 --- shaka-player.uncompiled.js | 1 + 1 file changed, 1 insertion(+) diff --git a/shaka-player.uncompiled.js b/shaka-player.uncompiled.js index c9de193b2a..6a0dd6aa48 100644 --- a/shaka-player.uncompiled.js +++ b/shaka-player.uncompiled.js @@ -37,6 +37,7 @@ goog.require('shaka.polyfill.Fullscreen'); goog.require('shaka.polyfill.InputEvent'); goog.require('shaka.polyfill.MathRound'); goog.require('shaka.polyfill.MediaSource'); +goog.require('shaka.polyfill.MediaCapabilities'); goog.require('shaka.polyfill.Orientation'); goog.require('shaka.polyfill.PatchedMediaKeysApple'); goog.require('shaka.polyfill.PatchedMediaKeysMs');