Bug 1179116. Part 3 - remove unused code. r=cpearce.

This commit is contained in:
JW Wang 2015-07-02 10:34:30 +08:00
Родитель f5b2f59f6b
Коммит 9357c757c0
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2322,8 +2322,6 @@ MediaDecoderStateMachine::FinishDecodeFirstFrame()
mReader->ReadUpdatedMetadata(&mInfo);
}
nsAutoPtr<MediaInfo> info(new MediaInfo());
*info = mInfo;
if (!mNotifyMetadataBeforeFirstFrame) {
// If we didn't have duration and/or start time before, we should now.
EnqueueLoadedMetadataEvent();