Bug 1192986 Also mark Cache/CacheStorage as release interfaces on workers. r=ehsan a=bustage

This commit is contained in:
Ben Kelly 2015-08-10 19:49:22 -07:00
parent 1b62a9d07b
commit 5c5cefb2b2

View File

@ -90,9 +90,9 @@ var interfaceNamesInGlobalScope =
// IMPORTANT: Do not change this list without review from a DOM peer!
"BroadcastChannel",
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "Cache", release: false},
"Cache",
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CacheStorage", release: false},
"CacheStorage",
// IMPORTANT: Do not change this list without review from a DOM peer!
"DedicatedWorkerGlobalScope",
// IMPORTANT: Do not change this list without review from a DOM peer!