mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 837282 - Page title "[object Object]" when reloading after network error r=daleharvey
This commit is contained in:
parent
546f39a08a
commit
c435681dd1
@ -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_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user