зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1224237 - Remove the !baseURL check from ServiceWorkerContainer::Register;r=bkelly
This commit is contained in:
Родитель
caf1f67d29
Коммит
cb30e9f8bf
|
@ -158,12 +158,6 @@ ServiceWorkerContainer::Register(const nsAString& aScriptURL,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!baseURI) {
|
|
||||||
aRv.Throw(NS_ERROR_DOM_INVALID_STATE_ERR);
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
|
|
||||||
nsresult rv;
|
nsresult rv;
|
||||||
nsCOMPtr<nsIURI> scriptURI;
|
nsCOMPtr<nsIURI> scriptURI;
|
||||||
rv = NS_NewURI(getter_AddRefs(scriptURI), aScriptURL, nullptr, baseURI);
|
rv = NS_NewURI(getter_AddRefs(scriptURI), aScriptURL, nullptr, baseURI);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче