From 7e0da27eae764f812aa3092debd106ffa7ae0527 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 29 Mar 2011 22:46:53 -0400 Subject: [PATCH] Backed out changeset 68cf1028779b (bug 640117) because it doesn't build on Mac. --HG-- extra : rebase_source : f20813c808b98e3e0e8c79cb0f08acc4006297d2 --- dom/ipc/AudioParent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/ipc/AudioParent.cpp b/dom/ipc/AudioParent.cpp index 85c311e5b7c..abd0a457b00 100644 --- a/dom/ipc/AudioParent.cpp +++ b/dom/ipc/AudioParent.cpp @@ -159,7 +159,7 @@ AudioParent::Notify(nsITimer* timer) NS_ASSERTION(mStream, "AudioStream not initialized."); PRInt64 offset = mStream->GetSampleOffset(); - unused << SendSampleOffsetUpdate(offset, PR_IntervalNow()); + SendSampleOffsetUpdate(offset, PR_IntervalNow()); return NS_OK; }