| Index: Source/modules/serviceworkers/FetchManager.h
|
| diff --git a/Source/modules/serviceworkers/FetchManager.h b/Source/modules/serviceworkers/FetchManager.h
|
| index e7a2d57a569dabab157c07f92c5bfecda7c6d9a0..2ad25d51cc84edfcd56f9bd9708b4f9efa11fa25 100644
|
| --- a/Source/modules/serviceworkers/FetchManager.h
|
| +++ b/Source/modules/serviceworkers/FetchManager.h
|
| @@ -22,9 +22,6 @@ public:
|
| ~FetchManager();
|
| ScriptPromise fetch(ScriptState*, PassRefPtrWillBeRawPtr<FetchRequestData>);
|
|
|
| - static bool isSimpleMethod(const String&);
|
| - static bool isForbiddenMethod(const String&);
|
| - static bool isUsefulMethod(const String&);
|
| private:
|
| class Loader;
|
|
|
|
|