Backed out changeset 10fa130289d7 (bug 1265708)

This commit is contained in:
Carsten "Tomcat" Book 2016-06-04 09:24:13 +02:00
parent 442dd628d7
commit 3038127996

View File

@ -3883,7 +3883,7 @@ Tab.prototype = {
addMetadata: function(type, value, quality = 1) {
if (!this.metatags) {
this.metatags = {
url: this.browser.currentURI.specIgnoringRef
url: this.browser.currentURI.spec
};
}