Bug 837282 - Page title "[object Object]" when reloading after network error r=daleharvey

This commit is contained in:
Fabrice Desré 2013-02-07 13:43:57 -08:00
parent 546f39a08a
commit c435681dd1

View File

@ -321,7 +321,7 @@ BrowserElementParent.prototype = {
// For events that send a "_payload_" property, we just want to transmit
// this in the event.
if (detail._payload_) {
if ("_payload_" in detail) {
detail = detail._payload_;
}