summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1128161
blob: d61cbb3ceec0fb85f7cbc763a9624f3ac7ed303c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
commit 6af7f0e6
Author: Chris Double <chris.double@double.co.nz>
Date:   Tue Feb 3 11:20:17 2015 +1300

    Bug 1128161 - Fix build error when logging is disabled - r=ajones
---
 dom/media/mediasource/MediaSourceUtils.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git dom/media/mediasource/MediaSourceUtils.cpp dom/media/mediasource/MediaSourceUtils.cpp
index 44a40f5..83bba60 100644
--- dom/media/mediasource/MediaSourceUtils.cpp
+++ dom/media/mediasource/MediaSourceUtils.cpp
@@ -11,7 +11,6 @@
 
 namespace mozilla {
 
-#if defined(PR_LOGGING)
 nsCString
 DumpTimeRanges(dom::TimeRanges* aRanges)
 {
@@ -31,6 +30,5 @@ DumpTimeRanges(dom::TimeRanges* aRanges)
 
   return dump;
 }
-#endif
 
 } // namespace mozilla