diff --git a/mobile/android/chrome/content/browser.js b/mobile/android/chrome/content/browser.js index c97f66a4afc9..15e5ca73d5a5 100644 --- a/mobile/android/chrome/content/browser.js +++ b/mobile/android/chrome/content/browser.js @@ -6453,7 +6453,7 @@ var WebappsUI = { request.onsuccess = function() { let foundMarket = false; for (let i = 0; i < request.result.length; i++) { - if (request.result[i].origin == this.MARKETPLACE.URI.prePath) + if (request.result[i].origin == WebappsUI.MARKETPLACE.URI.prePath) foundMarket = true; }