mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-18 16:36:56 +03:00
9576c5b2cb
Newer closure compilers do not seem to recognize the MediaKeys polyfill classes namespaces because they don't follow normal conventions. This leads to errors about missing requires. This renames the classes as follows: PatchedMediaKeys.nop => PatchedMediaKeysNop PatchedMediaKeys.v01b => PatchedMediaKeysWebkit PatchedMediaKeys.v20140218 => PatchedMediaKeysMs The new names follow normal conventions and refer to the polyfills by the prefix of the old API rather than by the version number. This should help us upgrade to a newer compiler. Closes #456 Change-Id: I5491ecb9a61e2b456ba8fa81a6adb6c110c96817