зеркало из https://github.com/mozilla/gecko-dev.git
bug 801013 - imgRequest::AdjustPriority wrongly adjusts loadgroup instead of channel r=joedrew
This commit is contained in:
Родитель
0541b9caf5
Коммит
16a5b894ba
|
@ -343,7 +343,7 @@ void imgRequest::AdjustPriority(imgRequestProxy *proxy, int32_t delta)
|
|||
if (!GetStatusTracker().FirstConsumerIs(proxy))
|
||||
return;
|
||||
|
||||
nsCOMPtr<nsISupportsPriority> p = do_QueryInterface(mRequest);
|
||||
nsCOMPtr<nsISupportsPriority> p = do_QueryInterface(mChannel);
|
||||
if (p)
|
||||
p->AdjustPriority(delta);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче