Bug 1278505 - Remove unneeded NS_NOTREACHED from DeallocPPrintProgressDialogChild(). r=mconley

MozReview-Commit-ID: 7WvZM390h8W

--HG--
extra : transplant_source : %7B%C6%26%18%C8i%20U%165%A9%90%F2%13%7B%16%AC%3D4%8A
This commit is contained in:
Ting-Yu Chou 2016-07-22 09:35:22 +08:00
Родитель 1130b1827c
Коммит a7d35e9f6b
1 изменённых файлов: 3 добавлений и 5 удалений

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

@ -226,11 +226,9 @@ nsPrintingProxy::AllocPPrintProgressDialogChild()
bool
nsPrintingProxy::DeallocPPrintProgressDialogChild(PPrintProgressDialogChild* aActor)
{
// The parent process will never initiate the PPrintProgressDialog
// protocol connection, so no need to provide an deallocator here.
NS_NOTREACHED("Deallocator for PPrintProgressDialogChild should not be "
"called on nsPrintingProxy.");
return false;
// The PrintProgressDialogChild implements refcounting, and
// will take itself out.
return true;
}
PPrintSettingsDialogChild*