зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1217270. Media documents loaded from file:// URIs should still fire onload. r=kinetik
This commit is contained in:
Родитель
f8b8735722
Коммит
216eb019ce
|
@ -59,7 +59,7 @@ MediaDocumentStreamListener::OnStartRequest(nsIRequest* request, nsISupports *ct
|
|||
return mNextStream->OnStartRequest(request, ctxt);
|
||||
}
|
||||
|
||||
return NS_BINDING_ABORTED;
|
||||
return NS_ERROR_PARSED_DATA_CACHED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче