Index: head/www/firefox/files/patch-bug1128161 =================================================================== --- head/www/firefox/files/patch-bug1128161 (nonexistent) +++ head/www/firefox/files/patch-bug1128161 (revision 380142) @@ -0,0 +1,28 @@ +commit 6af7f0e6 +Author: Chris Double +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 Property changes on: head/www/firefox/files/patch-bug1128161 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property