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

--HG--
extra : rebase_source : ce3e114a9c168810f71a3fa122b94fbd7d97ddca
This commit is contained in:
Justin Lebar 2012-10-30 15:55:05 -04:00
parent c936f604ec
commit dd373841e9

View File

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