Skip to content

Commit

Permalink
Bug 1139225 - Followup - Remove duplicate multiPartChannel variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfowler committed Mar 24, 2015
1 parent 824bd1e commit 33a2c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion image/src/imgRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ NS_IMETHODIMP imgRequest::OnStartRequest(nsIRequest *aRequest, nsISupports *ctxt
* https://bugzilla.mozilla.org/show_bug.cgi?id=339610
*/
if (!mRequest) {
nsCOMPtr<nsIMultiPartChannel> multiPartChannel = do_QueryInterface(aRequest);
MOZ_ASSERT(multiPartChannel, "Should have mRequest unless we're multipart");
nsCOMPtr<nsIChannel> baseChannel;
multiPartChannel->GetBaseChannel(getter_AddRefs(baseChannel));
Expand Down

0 comments on commit 33a2c7e

Please sign in to comment.