Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: Source/modules/serviceworkers/Cache.idl

Issue 433793002: Introducing the WebServiceWorkerCache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: partial remediation Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
// };
[

Powered by Google App Engine
This is Rietveld 408576698