| Index: third_party/WebKit/Source/modules/fetch/FetchManager.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchManager.h b/third_party/WebKit/Source/modules/fetch/FetchManager.h
|
| index 845ddf3084b33e5d02d4558dc20fab22c19ccd5e..ac06ecb4ff24bbcbe5bddec2fd971867d1addef2 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchManager.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchManager.h
|
| @@ -24,7 +24,6 @@ class FetchManager final : public GarbageCollected<FetchManager>,
|
| explicit FetchManager(ExecutionContext*);
|
| ScriptPromise fetch(ScriptState*, FetchRequestData*);
|
| void contextDestroyed() override;
|
| - bool isStopped() const { return m_isStopped; }
|
|
|
| DECLARE_TRACE();
|
|
|
| @@ -35,7 +34,6 @@ class FetchManager final : public GarbageCollected<FetchManager>,
|
| void onLoaderFinished(Loader*);
|
|
|
| HeapHashSet<Member<Loader>> m_loaders;
|
| - bool m_isStopped;
|
| };
|
|
|
| } // namespace blink
|
|
|