зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1189668 - Expose GetUnfilteredUrl on InternalResponse. r=ehsan
This commit is contained in:
Родитель
55686feb97
Коммит
73f8a27244
|
@ -82,6 +82,16 @@ public:
|
|||
aURL.Assign(mURL);
|
||||
}
|
||||
|
||||
void
|
||||
GetUnfilteredUrl(nsCString& aURL) const
|
||||
{
|
||||
if (mWrappedResponse) {
|
||||
return mWrappedResponse->GetUrl(aURL);
|
||||
}
|
||||
|
||||
return GetUrl(aURL);
|
||||
}
|
||||
|
||||
// SetUrl should only be called when the fragment has alredy been stripped
|
||||
void
|
||||
SetUrl(const nsACString& aURL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче