From 2bbbcfc49d797948331203e852d5821081db9c63 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 12 Sep 2018 07:42:09 +0200 Subject: Fix clang build bustage. Follow-up to 9830cd079d8306abc223461190553af64b6fd0ca --- dom/media/GraphDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/media/GraphDriver.cpp b/dom/media/GraphDriver.cpp index e77268131..47762c56e 100644 --- a/dom/media/GraphDriver.cpp +++ b/dom/media/GraphDriver.cpp @@ -761,7 +761,7 @@ AudioCallbackDriver::Destroy() void AudioCallbackDriver::Resume() { - STREAM_LOG(LogLevel::Debug, ("Resuming audio threads for MediaStreamGraph %p", mGraphImpl)); + STREAM_LOG(LogLevel::Debug, ("Resuming audio threads for MediaStreamGraph %p", mGraphImpl.get())); if (cubeb_stream_start(mAudioStream) != CUBEB_OK) { NS_WARNING("Could not start cubeb stream for MSG."); } -- cgit v1.2.3