зеркало из https://github.com/mozilla/gecko-dev.git
Bug 236436, need to null check URL so we won't crash, r+sr=jst.
This commit is contained in:
Родитель
6ec57a6089
Коммит
9c4f6d3449
|
@ -802,6 +802,8 @@ nsXMLHttpRequest::OpenRequest(const char *method,
|
|||
NS_IMETHODIMP
|
||||
nsXMLHttpRequest::Open(const char *method, const char *url)
|
||||
{
|
||||
NS_ENSURE_ARG(url);
|
||||
|
||||
nsresult rv;
|
||||
PRBool async = PR_TRUE;
|
||||
char* user = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче