зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1005578 - Change nsIURI object from nsStandardURL to nsJSURI when calling url.href. r=bz
This commit is contained in:
Родитель
84b7860039
Коммит
539f7b5ac4
|
@ -231,7 +231,7 @@ URL::SetHref(const nsAString& aHref, ErrorResult& aRv)
|
|||
return;
|
||||
}
|
||||
|
||||
aRv = mURI->SetSpec(href);
|
||||
mURI = uri;
|
||||
UpdateURLSearchParams();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче