| Index: Source/modules/serviceworkers/Cache.cpp
|
| diff --git a/Source/modules/serviceworkers/Cache.cpp b/Source/modules/serviceworkers/Cache.cpp
|
| index 8f288ef7d5f7224140ee52906e3fe62e0c09e87d..c019a22e7d8cd751fb01d368daa7e28c697f15ee 100644
|
| --- a/Source/modules/serviceworkers/Cache.cpp
|
| +++ b/Source/modules/serviceworkers/Cache.cpp
|
| @@ -282,7 +282,6 @@ WebServiceWorkerCache::QueryParams Cache::toWebQueryParams(const CacheQueryOptio
|
| webQueryParams.ignoreSearch = options.ignoreSearch();
|
| webQueryParams.ignoreMethod = options.ignoreMethod();
|
| webQueryParams.ignoreVary = options.ignoreVary();
|
| - webQueryParams.prefixMatch = options.prefixMatch();
|
| webQueryParams.cacheName = options.cacheName();
|
| return webQueryParams;
|
| }
|
|
|