mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 722627 - NativeWindow.contextmenus.remove creates a JS exception r=wesj
This commit is contained in:
parent
b2ef83a412
commit
82d29ac312
@ -1149,7 +1149,7 @@ var NativeWindow = {
|
||||
},
|
||||
|
||||
remove: function(aId) {
|
||||
this.items[aId] = null;
|
||||
delete this.items[aId];
|
||||
},
|
||||
|
||||
SelectorContext: function(aSelector) {
|
||||
|
Loading…
Reference in New Issue
Block a user