Chromium Code Reviews| Index: Source/modules/serviceworkers/Cache.idl |
| diff --git a/Source/modules/serviceworkers/Cache.idl b/Source/modules/serviceworkers/Cache.idl |
| index 5f44e417fa3756698d9bf846f02efdbb874dd871..3cbb2ff7ced9ccfb16b7fd63ae5e1921913f0191 100644 |
| --- a/Source/modules/serviceworkers/Cache.idl |
| +++ b/Source/modules/serviceworkers/Cache.idl |
| @@ -12,7 +12,8 @@ |
| // boolean ignoreMethod; |
| // boolean ignoreVary; |
| // boolean prefixMatch; |
| -// DOMString cacheName; |
| +// // FIXME: Not used until CacheStorage.match() is implemented. |
| +// // DOMString cacheName; |
| // }; |
| [ |