зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1388994 - GetRequestingPrincipal: Pass parameter by ref instead of value r=dragana
MozReview-Commit-ID: 5iD8HF0PQfs --HG-- extra : rebase_source : 516bbfa30168779200fdca09033a5d1b3f1d884b
This commit is contained in:
Родитель
6a474244a8
Коммит
7ed5c41a4c
|
@ -110,7 +110,7 @@ PBOverrideStatusFromLoadContext(const SerializedLoadContext& aSerialized)
|
|||
}
|
||||
|
||||
static already_AddRefed<nsIPrincipal>
|
||||
GetRequestingPrincipal(const OptionalLoadInfoArgs aOptionalLoadInfoArgs)
|
||||
GetRequestingPrincipal(const OptionalLoadInfoArgs& aOptionalLoadInfoArgs)
|
||||
{
|
||||
if (aOptionalLoadInfoArgs.type() != OptionalLoadInfoArgs::TLoadInfoArgs) {
|
||||
return nullptr;
|
||||
|
|
Загрузка…
Ссылка в новой задаче