Bug 802366 - Epilogue: Remove workaround for bug 802366 in Webapps.jsm. r=sicking

This commit is contained in:
Justin Lebar 2012-11-10 10:32:37 -08:00
parent f105087e13
commit 34eebf687d

View File

@ -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;
}
},