Bug 1010237 - Remove unused data sent with Link:Favicon message. r=bnicholson

This commit is contained in:
Margaret Leibovic 2014-05-16 13:09:12 +01:00
parent d0896d9770
commit 49bcfae7e2

View File

@ -3797,9 +3797,6 @@ Tab.prototype = {
type: "Link:Favicon",
tabID: this.id,
href: resolveGeckoURI(target.href),
charset: target.ownerDocument.characterSet,
title: target.title,
rel: list.join(" "),
size: maxSize
};
sendMessageToJava(json);