mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 630542 - Regression: Context menus do not pop up on links (remove the dump) [r=stechz]
This commit is contained in:
parent
fd47a771a2
commit
a7d4d8c68d
@ -256,7 +256,7 @@ let Content = {
|
||||
|
||||
try{
|
||||
docShell.QueryInterface(Ci.nsIDocShellHistory).useGlobalHistory = true;
|
||||
} catch(e) { dump("---error: " + e + "\n"); }
|
||||
} catch(e) { }
|
||||
},
|
||||
|
||||
handleEvent: function handleEvent(aEvent) {
|
||||
|
Loading…
Reference in New Issue
Block a user