Bug 669823: SetStatusWithContext() is reached. Defer deeper discussion about status handling to bug 617804. r=bsmedberg

This commit is contained in:
Chris Jones 2011-07-07 11:11:58 -04:00
Родитель daa337a539
Коммит 7aefdf83e5
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -244,9 +244,8 @@ TabChild::SetStatusWithContext(PRUint32 aStatusType,
const nsAString& aStatusText,
nsISupports* aStatusContext)
{
NS_NOTREACHED("TabChild::SetStatusWithContext not supported in TabChild");
return NS_ERROR_NOT_IMPLEMENTED;
// FIXME/bug 617804: should the platform support this?
return NS_OK;
}
NS_IMETHODIMP