Index: Source/modules/serviceworkers/CacheQueryOptions.idl |
diff --git a/Source/modules/serviceworkers/CacheQueryOptions.idl b/Source/modules/serviceworkers/CacheQueryOptions.idl |
index 60ad4ed80042d12d5ee864d9c3b23ad4b0cd14a9..c86709009c4727e03433d939895c44526f39adf6 100644 |
--- a/Source/modules/serviceworkers/CacheQueryOptions.idl |
+++ b/Source/modules/serviceworkers/CacheQueryOptions.idl |
@@ -7,6 +7,5 @@ dictionary CacheQueryOptions { |
boolean ignoreSearch = false; |
boolean ignoreMethod = false; |
boolean ignoreVary = false; |
- boolean prefixMatch = false; |
DOMString cacheName; |
}; |