mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Bug 1585058 - Typo in identifier causing the test to return always the same value r=tnguyen
Differential Revision: https://phabricator.services.mozilla.com/D47638 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
97377aca1d
commit
d47b954bf7
@ -500,7 +500,7 @@ function internalSave(
|
||||
};
|
||||
|
||||
// Find a URI to use for determining last-downloaded-to directory
|
||||
let relatedURI = aReferrerInfo ? aReferrerInfo.orginalReferrer : sourceURI;
|
||||
let relatedURI = aReferrerInfo ? aReferrerInfo.originalReferrer : sourceURI;
|
||||
|
||||
promiseTargetFile(fpParams, aSkipPrompt, relatedURI)
|
||||
.then(aDialogAccepted => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user