chromium: Merge pull request #9112 from @benley.

Addresses problems loading the WideVine plugin.

I can't actually test it by myself, but I'm merging this because
according to issue #8479, WideVine currently isn't working on Nix(OS),
so we can't get worse than that.

Thanks a whole lot to @benley, I probably would have spent hours or even
days to debug this nasty typo.
This commit is contained in:
aszlig 2015-08-04 09:00:01 +02:00
commit baf1d58432
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -53,7 +53,7 @@ let
wvDescription = "Playback of encrypted HTML audio/video content";
wvMimeTypes = "application/x-ppapi-widevine-cdm";
wvModule = "$widevine/lib/libwidevinecdmadapter.so";
wvInfo = "#${wvName}#${wvDescription}:${wvMimeTypes}";
wvInfo = "#${wvName}#${wvDescription};${wvMimeTypes}";
in ''
flashVersion="$(
sed -n -r 's/.*"version": "([^"]+)",.*/\1/p' PepperFlash/manifest.json