| Index: Source/core/fetch/FetchContext.h
|
| diff --git a/Source/core/fetch/FetchContext.h b/Source/core/fetch/FetchContext.h
|
| index 57acd34075ae676eaafba6a3fc9fd8b7c8794688..aaded4d2aa3bf11f4d72b38fdd574d10cde1dbf1 100644
|
| --- a/Source/core/fetch/FetchContext.h
|
| +++ b/Source/core/fetch/FetchContext.h
|
| @@ -95,7 +95,6 @@ public:
|
| virtual int64_t serviceWorkerID() const { return -1; }
|
|
|
| virtual bool isMainFrame() const { return true; }
|
| - virtual bool hasSubstituteData() const { return false; }
|
| virtual bool defersLoading() const { return false; }
|
| virtual bool isLoadComplete() const { return false; }
|
| virtual bool pageDismissalEventBeingDispatched() const { return false; }
|
|
|