Backed out changeset 83088b5375ae (bug 1284754)

MozReview-Commit-ID: F0AEFYIxgHI
This commit is contained in:
Sebastian Kaspari
2016-07-18 17:26:24 +02:00
parent 14159674a2
commit 2f707909b4
2 changed files with 3 additions and 3 deletions

View File

@@ -5964,7 +5964,7 @@ HTMLMediaElement::OpenUnsupportedMediaWithExtenalAppIfNeeded()
LOG(LogLevel::Debug, ("Open unsupported type \'%s\' with external apps.",
mMimeType.get()));
nsContentUtils::DispatchTrustedEvent(OwnerDoc(), static_cast<nsIContent*>(this),
NS_LITERAL_STRING("OpenMediaWithExternalApp"),
NS_LITERAL_STRING("OpenMediaWithExtenalApp"),
true,
true);
}