Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit b750ba7

Browse files
committed
Bug 729182 - Implement visual event tracer, fix bustage in nsHttpChannel.cpp, r=bustage
1 parent e39915f commit b750ba7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

netwerk/protocol/http/nsHttpChannel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ AutoRedirectVetoNotifier::ReportRedirectResult(bool succeeded)
163163
NS_GET_IID(nsIRedirectResultListener),
164164
getter_AddRefs(vetoHook));
165165

166-
nsHttpChannel * channel = mChannel;
167166
mChannel = nullptr;
168167
if (vetoHook)
169168
vetoHook->OnRedirectResult(succeeded);

0 commit comments

Comments
 (0)