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

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

Issue 433793002: Introducing the WebServiceWorkerCache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix running with partial implementation 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 fe7337d03b075edf2084e7bea81c5efe5ae6a426..c02673bae60ef23726206ae69e8503df27ee2444 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