Bug 946239 - Follow up, address review comment.

This commit is contained in:
Reuben Morais 2014-03-11 19:43:43 -03:00
parent 86adb61852
commit ec8881744e

View File

@ -65,8 +65,6 @@ ExternalHelperAppChild::OnStartRequest(nsIRequest *request, nsISupports *ctx)
return DivertToParent(divertable, request);
}
NS_RUNTIMEABORT("We don't support addon-wrapped download channels yet");
nsresult rv = mHandler->OnStartRequest(request, ctx);
NS_ENSURE_SUCCESS(rv, NS_ERROR_UNEXPECTED);