Bug 1024761 - Don't try to send XUL element over message manager channel (r=felipe)

This commit is contained in:
Bill McCloskey 2014-06-17 11:21:12 -07:00
parent 323cf39708
commit 02a9bd058c

View File

@ -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":