Bug 729182 - Implement visual event tracer, fix bustage in nsHttpChannel.cpp when tracer build enabled, r=bustage CLOSED TREE

This commit is contained in:
Honza Bambas 2013-03-28 19:18:09 +01:00
Родитель a2cb408e65
Коммит ff6f628857
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -163,6 +163,9 @@ AutoRedirectVetoNotifier::ReportRedirectResult(bool succeeded)
NS_GET_IID(nsIRedirectResultListener),
getter_AddRefs(vetoHook));
#ifdef MOZ_VISUAL_EVENT_TRACER
nsHttpChannel* channel = mChannel;
#endif
mChannel = nullptr;
if (vetoHook)
vetoHook->OnRedirectResult(succeeded);