mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1010237 - Remove unused data sent with Link:Favicon message. r=bnicholson
This commit is contained in:
parent
f88b5ade62
commit
fd0f85c51f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user