Skip to content

Commit

Permalink
Backed out changeset 763cc804a25d (bug 1361944) for causing crashtest…
Browse files Browse the repository at this point in the history
… perma failure on Android
  • Loading branch information
IrisHsiao committed May 5, 2017
1 parent b5f09cc commit 541787d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 63 deletions.
4 changes: 2 additions & 2 deletions dom/html/HTMLMediaElement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4580,8 +4580,8 @@ nsresult HTMLMediaElement::InitializeDecoderAsClone(MediaDecoder* aOriginal)
nsresult HTMLMediaElement::InitializeDecoderForChannel(nsIChannel* aChannel,
nsIStreamListener** aListener)
{
MOZ_DIAGNOSTIC_ASSERT(mLoadingSrc, "mLoadingSrc must already be set");
MOZ_DIAGNOSTIC_ASSERT(!mDecoder, "Shouldn't have a decoder");
NS_ASSERTION(mLoadingSrc, "mLoadingSrc must already be set");
NS_ASSERTION(mDecoder == nullptr, "Shouldn't have a decoder");

nsAutoCString mimeType;

Expand Down
15 changes: 0 additions & 15 deletions dom/media/test/crashtests/1361944.html

This file was deleted.

45 changes: 0 additions & 45 deletions dom/media/test/crashtests/bogus.ogv

This file was deleted.

1 change: 0 additions & 1 deletion dom/media/test/crashtests/crashtests.list
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ skip-if(Android&&AndroidVersion=='22') load video-replay-after-audio-end.html #
# This needs to run at the end to avoid leaking busted state into other tests.
load 691096-1.html
load 1236639.html
load 1361944.html
Binary file removed dom/media/test/crashtests/small-shot.m4a
Binary file not shown.

0 comments on commit 541787d

Please sign in to comment.