| Index: Source/modules/fetch/FetchManager.h
|
| diff --git a/Source/modules/fetch/FetchManager.h b/Source/modules/fetch/FetchManager.h
|
| index 15b7a04c3a7e1292b187eee0e9e08e815dccad59..b261d090282c2a44727502f24975d09d744bb7a0 100644
|
| --- a/Source/modules/fetch/FetchManager.h
|
| +++ b/Source/modules/fetch/FetchManager.h
|
| @@ -36,7 +36,7 @@ private:
|
| void onLoaderFinished(Loader*);
|
|
|
| RawPtrWillBeMember<ExecutionContext> m_executionContext;
|
| - HashSet<OwnPtr<Loader> > m_loaders;
|
| + HashSet<OwnPtr<Loader>> m_loaders;
|
| bool m_isStopped;
|
| };
|
|
|
|
|