Chromium Code Reviews| Index: third_party/WebKit/Source/modules/cachestorage/CacheStorage.idl |
| diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.idl b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.idl |
| index 389a314907c7bcd3f3f1d3066a2553ebd381c22c..e9bb431abc693fbff2f07f58aa2e93367beee159 100644 |
| --- a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.idl |
| +++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.idl |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-storage |
| +// See https://w3c.github.io/ServiceWorker/#cache-storage |
|
foolip
2016/12/02 09:55:29
https://w3c.github.io/ServiceWorker/#cachestorage-
Mark Dittmer
2016/12/02 14:05:45
Done.
|
| [ |
| Exposed=(Window,Worker), |
| ] interface CacheStorage { |