mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 780686 - DOMApplicationRegistry._cloneAppObject doesn't clone the receipts
array; r=fabrice
This commit is contained in:
parent
8c71357cbc
commit
b723293753
@ -274,7 +274,7 @@ let DOMApplicationRegistry = {
|
||||
let clone = {
|
||||
installOrigin: aApp.installOrigin,
|
||||
origin: aApp.origin,
|
||||
receipts: aApp.receipts,
|
||||
receipts: aApp.receipts ? JSON.parse(JSON.stringify(aApp.receipts)) : null,
|
||||
installTime: aApp.installTime,
|
||||
manifestURL: aApp.manifestURL,
|
||||
progress: aApp.progress || 0.0,
|
||||
|
Loading…
Reference in New Issue
Block a user