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":
|
case "Browser:Init":
|
||||||
let result = {};
|
let result = {};
|
||||||
result.useGlobalHistory = !this.hasAttribute("disableglobalhistory");
|
result.useGlobalHistory = !this.hasAttribute("disableglobalhistory");
|
||||||
result.initPopup = this.autoCompletePopup;
|
result.initPopup = this.autoCompletePopup != null;
|
||||||
return result;
|
return result;
|
||||||
break;
|
break;
|
||||||
case "DOMTitleChanged":
|
case "DOMTitleChanged":
|
||||||
|
Loading…
Reference in New Issue
Block a user