From d6431459a519b73a1368be781d3a41c2745a082f Mon Sep 17 00:00:00 2001 From: Andrzej Hunt Date: Thu, 2 Jun 2016 14:41:47 -0700 Subject: [PATCH] Bug 1265708 - Set URL metadata based on URL without ref r=sebastian MozReview-Commit-ID: DNiKYFJiXjY --HG-- extra : rebase_source : 0f577e201bb404011a8d23abf80e8b5d357fbdd1 --- mobile/android/chrome/content/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/chrome/content/browser.js b/mobile/android/chrome/content/browser.js index b0773e683e99..ba76dada0406 100644 --- a/mobile/android/chrome/content/browser.js +++ b/mobile/android/chrome/content/browser.js @@ -3883,7 +3883,7 @@ Tab.prototype = { addMetadata: function(type, value, quality = 1) { if (!this.metatags) { this.metatags = { - url: this.browser.currentURI.spec + url: this.browser.currentURI.specIgnoringRef }; }