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

MozReview-Commit-ID: 7WvZM390h8W

--HG--
extra : rebase_source : 94131635467e64dab7f30148183454065cdd2712
This commit is contained in:
Ting-Yu Chou 2016-07-22 09:35:22 +08:00
Родитель 5b47cb2e80
Коммит 7e31c41fb5
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*