Backed out changeset 27f5e66b3919 (bug 1201498) for serviceworkerobject-scripturl.https.html failures

--HG--
extra : commitid : I8Y8TNnseyU
This commit is contained in:
Wes Kocher 2015-11-10 10:51:23 -08:00
parent 6e7426cf02
commit 177fa844e6

View File

@ -1487,7 +1487,7 @@ ServiceWorkerManager::Register(nsIDOMWindow* aWindow,
}
nsAutoCString spec;
rv = aScriptURI->GetSpecIgnoringRef(spec);
rv = aScriptURI->GetSpec(spec);
if (NS_WARN_IF(NS_FAILED(rv))) {
return rv;
}