зеркало из https://github.com/mozilla/pjs.git
bug 223151 nsJSProtocolHandler::Suspend and ::Resume not implemented
r+sr=bzbarsky
This commit is contained in:
Родитель
9465415eda
Коммит
18ceca3db3
|
@ -455,13 +455,13 @@ nsJSChannel::Cancel(nsresult aStatus)
|
|||
NS_IMETHODIMP
|
||||
nsJSChannel::Suspend()
|
||||
{
|
||||
return NS_OK;
|
||||
return mStreamChannel->Suspend();
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsJSChannel::Resume()
|
||||
{
|
||||
return NS_OK;
|
||||
return mStreamChannel->Resume();
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче