summaryrefslogtreecommitdiffstats
path: root/dom/media/MP3Demuxer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/MP3Demuxer.cpp')
-rw-r--r--dom/media/MP3Demuxer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/media/MP3Demuxer.cpp b/dom/media/MP3Demuxer.cpp
index 7d478a41b..5a98cabfe 100644
--- a/dom/media/MP3Demuxer.cpp
+++ b/dom/media/MP3Demuxer.cpp
@@ -33,7 +33,6 @@ using mozilla::media::TimeIntervals;
using mp4_demuxer::ByteReader;
namespace mozilla {
-namespace mp3 {
// MP3Demuxer
@@ -1338,5 +1337,4 @@ ID3Parser::ID3Header::Update(uint8_t c) {
return IsValid(mPos++);
}
-} // namespace mp3
} // namespace mozilla