From ea4401cb5e71a0c31edfd4f4796e7b547fa70945 Mon Sep 17 00:00:00 2001 From: Gerald Squelart Date: Tue, 6 Sep 2016 22:36:36 -0700 Subject: [PATCH] Bug 1247056 - Fix DecoderDoctor logging - r=jwwang MozReview-Commit-ID: FbRXn0CtKiZ --HG-- extra : rebase_source : 0beec5d67050dae50569c2f8d343cde5e2e00cc9 --- dom/media/DecoderDoctorDiagnostics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/media/DecoderDoctorDiagnostics.cpp b/dom/media/DecoderDoctorDiagnostics.cpp index 54b22fef5546..3469138f5056 100644 --- a/dom/media/DecoderDoctorDiagnostics.cpp +++ b/dom/media/DecoderDoctorDiagnostics.cpp @@ -711,7 +711,7 @@ DecoderDoctorDiagnostics::StoreMediaKeySystemAccess(nsIDocument* aDocument, if (NS_WARN_IF(!watcher)) { DD_WARN("DecoderDoctorDiagnostics[%p]::StoreMediaKeySystemAccess(nsIDocument* aDocument=%p, keysystem='%s', supported=%d, call site '%s') - Could not create document watcher", - this, NS_ConvertUTF16toUTF8(aKeySystem).get(), aIsSupported, aCallSite); + this, aDocument, NS_ConvertUTF16toUTF8(aKeySystem).get(), aIsSupported, aCallSite); return; }