| Index: Source/modules/serviceworkers/FetchManager.h
|
| diff --git a/Source/modules/serviceworkers/FetchManager.h b/Source/modules/serviceworkers/FetchManager.h
|
| index bfdfa7df6e8f07e3c95df6db4c0cc00cd13a4ed5..730a9a6261be752539a5bc444b9cd31523a8d571 100644
|
| --- a/Source/modules/serviceworkers/FetchManager.h
|
| +++ b/Source/modules/serviceworkers/FetchManager.h
|
| @@ -21,9 +21,6 @@ public:
|
| ~FetchManager();
|
| ScriptPromise fetch(ScriptState*, PassOwnPtr<ResourceRequest>);
|
|
|
| - static bool isSimpleMethod(const String&);
|
| - static bool isForbiddenMethod(const String&);
|
| - static bool isUsefulMethod(const String&);
|
| private:
|
| class Loader;
|
|
|
|
|