aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1128161
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-bug1128161')
-rw-r--r--www/firefox/files/patch-bug112816128
1 files changed, 28 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug1128161 b/www/firefox/files/patch-bug1128161
new file mode 100644
index 000000000000..d61cbb3ceec0
--- /dev/null
+++ b/www/firefox/files/patch-bug1128161
@@ -0,0 +1,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