mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix for bug 398270 ([mlk] Loading a feed leaks). r=sayrer.
This commit is contained in:
parent
73d97b6c94
commit
cb425932f6
@ -635,7 +635,7 @@ FeedWriter.prototype = {
|
||||
|
||||
// Last-selected application
|
||||
var selectedApp;
|
||||
menuItem = this._document.createElementNS(XUL_NS, "menuitem");
|
||||
var menuItem = this._document.createElementNS(XUL_NS, "menuitem");
|
||||
menuItem.id = "selectedAppMenuItem";
|
||||
menuItem.className = "menuitem-iconic";
|
||||
menuItem.setAttribute("handlerType", "client");
|
||||
|
Loading…
Reference in New Issue
Block a user