mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 802366 - Epilogue: Remove workaround for bug 802366 in Webapps.jsm. r=sicking
This commit is contained in:
parent
f105087e13
commit
34eebf687d
@ -1834,10 +1834,6 @@ this.DOMApplicationRegistry = {
|
||||
switch (message.name) {
|
||||
case "Webapps:ClearBrowserData":
|
||||
this._clearPrivateData(appId, true);
|
||||
// XXXbent This is a hack until bug 802366 is fixed. Currently all data
|
||||
// loaded in mozbrowser frames within an app believe that their
|
||||
// appId is 0.
|
||||
this._clearPrivateData(0, true);
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user