Bug 984048 - Register should ignore scope fragment. r=ehsan

This commit is contained in:
Nikhil Marathe 2014-06-17 13:03:11 -07:00
Родитель 5c89783761
Коммит fa1c34c4be
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -227,7 +227,7 @@ ServiceWorkerManager::Register(nsIDOMWindow* aWindow, const nsAString& aScope,
}
nsCString cleanedScope;
rv = scopeURI->GetSpec(cleanedScope);
rv = scopeURI->GetSpecIgnoringRef(cleanedScope);
if (NS_WARN_IF(NS_FAILED(rv))) {
return NS_ERROR_FAILURE;
}