mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1024761 - Don't try to send XUL element over message manager channel (r=felipe)
This commit is contained in:
parent
323cf39708
commit
02a9bd058c
@ -226,7 +226,7 @@
|
||||
case "Browser:Init":
|
||||
let result = {};
|
||||
result.useGlobalHistory = !this.hasAttribute("disableglobalhistory");
|
||||
result.initPopup = this.autoCompletePopup;
|
||||
result.initPopup = this.autoCompletePopup != null;
|
||||
return result;
|
||||
break;
|
||||
case "DOMTitleChanged":
|
||||
|
Loading…
Reference in New Issue
Block a user