Bug 1167296 - patch 3 - Use of removeAndPropagate r=nsm

This commit is contained in:
Andrea Marchesini 2015-06-21 12:20:08 +01:00
parent 4546e525be
commit fa7eeb2ade

View File

@ -206,6 +206,10 @@ function onIndexedDBClear()
.getService(nsIQuotaManager)
.clearStoragesForURI(gPermURI);
Components.classes["@mozilla.org/serviceworkers/manager;1"]
.getService(Components.interfaces.nsIServiceWorkerManager)
.removeAndPropagate(gPermURI.host);
SitePermissions.remove(gPermURI, "indexedDB");
initIndexedDBRow();
}