| Index: Source/core/fetch/FetchContext.h
|
| diff --git a/Source/core/fetch/FetchContext.h b/Source/core/fetch/FetchContext.h
|
| index f2d05d9f9ad105e5f21df6f3213c7085acc5af67..93fa6e543649edaf3dff3ae199ab2e286de261da 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; }
|
|
|