| Index: public/platform/WebServiceWorkerCache.h
|
| diff --git a/public/platform/WebServiceWorkerCache.h b/public/platform/WebServiceWorkerCache.h
|
| index 285cf4f85e55e0c49452638d53c60859d1195256..9184a09dcdb857cbacb0e8f01399c5052ab1ebc5 100644
|
| --- a/public/platform/WebServiceWorkerCache.h
|
| +++ b/public/platform/WebServiceWorkerCache.h
|
| @@ -28,12 +28,11 @@ public:
|
|
|
| // Options that affect the scope of searches.
|
| struct QueryParams {
|
| - QueryParams() : ignoreSearch(false), ignoreMethod(false), ignoreVary(false), prefixMatch(false) { }
|
| + QueryParams() : ignoreSearch(false), ignoreMethod(false), ignoreVary(false) { }
|
|
|
| bool ignoreSearch;
|
| bool ignoreMethod;
|
| bool ignoreVary;
|
| - bool prefixMatch;
|
| WebString cacheName;
|
| };
|
|
|
|
|