mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 630542 - Regression: Context menus do not pop up on links (remove the dump) [r=stechz]
This commit is contained in:
parent
50f24d5d60
commit
e8979c4012
@ -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