зеркало из https://github.com/mozilla/gecko-dev.git
Bug 669823: SetStatusWithContext() is reached. Defer deeper discussion about status handling to bug 617804. r=bsmedberg
This commit is contained in:
Родитель
daa337a539
Коммит
7aefdf83e5
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче