зеркало из https://github.com/mozilla/pjs.git
Fixing null-pointer access causing variuos crashes, bug #30372, r=jst
This commit is contained in:
Родитель
400092a91f
Коммит
9445663a39
|
@ -198,6 +198,7 @@ nsJSProtocolHandler::NewChannel(const char* verb,
|
|||
nsIChannel* *result)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(uri);
|
||||
NS_ENSURE_ARG_POINTER(notificationCallbacks);
|
||||
|
||||
nsresult rv;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче