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, 0 insertions, 28 deletions
diff --git a/www/firefox/files/patch-bug1128161 b/www/firefox/files/patch-bug1128161
deleted file mode 100644
index d61cbb3ceec0..000000000000
--- a/www/firefox/files/patch-bug1128161
+++ /dev/null
@@ -1,28 +0,0 @@
-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