mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Issue #26 - Part 2c: Remove dependence on gmp/widevine-adapter/*
This commit is contained in:
parent
995d48aa96
commit
8780b1f3d8
3 changed files with 11 additions and 5 deletions
|
|
@ -770,10 +770,10 @@ GMPParent::ReadChromiumManifestFile(nsIFile* aFile)
|
|||
RefPtr<GenericPromise>
|
||||
GMPParent::ParseChromiumManifest(nsString aJSON)
|
||||
{
|
||||
#ifdef MOZ_EME
|
||||
LOGD("%s: for '%s'", __FUNCTION__, NS_LossyConvertUTF16toASCII(aJSON).get());
|
||||
|
||||
MOZ_ASSERT(NS_IsMainThread());
|
||||
#ifdef MOZ_EME
|
||||
mozilla::dom::WidevineCDMManifest m;
|
||||
if (!m.Init(aJSON)) {
|
||||
return GenericPromise::CreateAndReject(NS_ERROR_FAILURE, __func__);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue