summaryrefslogtreecommitdiffstats
path: root/dom/media/MP3Decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/MP3Decoder.cpp')
-rw-r--r--dom/media/MP3Decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/MP3Decoder.cpp b/dom/media/MP3Decoder.cpp
index b71111e79..074a0866d 100644
--- a/dom/media/MP3Decoder.cpp
+++ b/dom/media/MP3Decoder.cpp
@@ -24,7 +24,7 @@ MP3Decoder::Clone(MediaDecoderOwner* aOwner) {
MediaDecoderStateMachine*
MP3Decoder::CreateStateMachine() {
RefPtr<MediaDecoderReader> reader =
- new MediaFormatReader(this, new mp3::MP3Demuxer(GetResource()));
+ new MediaFormatReader(this, new MP3Demuxer(GetResource()));
return new MediaDecoderStateMachine(this, reader);
}