Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
index 0da19c6ba3ac1fb5932d31600f6acfeee296f02a..994734913ba7c40c54df33935a9b4a7f765afe6c 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
@@ -37,8 +37,7 @@ |
readonly attribute ServiceWorkerClients clients; |
[CallWith=ExecutionContext, Unforgeable] readonly attribute ScalarValueString scope; |
- |
- // FIXME: Rename to "caches" once native Cache API implementation is available. |
+ // FIXME: Rename this once it's ready for testing. |
[CallWith=ExecutionContext, Unforgeable, ImplementedAs=caches] readonly attribute CacheStorage nativeCaches; |
[CallWith=ScriptState] Promise fetch(DOMString request, optional Dictionary requestInitDict); |