Index: Source/modules/serviceworkers/CacheStorage.idl |
diff --git a/Source/modules/serviceworkers/CacheStorage.idl b/Source/modules/serviceworkers/CacheStorage.idl |
index c36ce34707c300b2b3b392ad3d7512a646be26da..815b7da70d9b106b089e0f0de912d6e7da297b01 100644 |
--- a/Source/modules/serviceworkers/CacheStorage.idl |
+++ b/Source/modules/serviceworkers/CacheStorage.idl |
@@ -6,7 +6,7 @@ |
[ |
GarbageCollected, |
Exposed=ServiceWorker, |
- RuntimeEnabled=ServiceWorkerOnFetch, |
+ RuntimeEnabled=ServiceWorkerCache, |
] interface CacheStorage { |
[CallWith=ScriptState] Promise get(ScalarValueString cacheName); |
[CallWith=ScriptState] Promise has(ScalarValueString cacheName); |