| Index: Source/modules/fetch/GlobalFetch.h
|
| diff --git a/Source/modules/fetch/GlobalFetch.h b/Source/modules/fetch/GlobalFetch.h
|
| index 81bbe611a4c39a646a76e4313a365634119b894f..7b0f51b6f0a285d2224433776c4e9670d995af08 100644
|
| --- a/Source/modules/fetch/GlobalFetch.h
|
| +++ b/Source/modules/fetch/GlobalFetch.h
|
| @@ -19,6 +19,7 @@ class ScriptState;
|
| class WorkerGlobalScope;
|
|
|
| class GlobalFetch {
|
| + STATIC_ONLY(GlobalFetch);
|
| public:
|
| class MODULES_EXPORT ScopedFetcher : public WillBeGarbageCollectedMixin {
|
| public:
|
|
|