summaryrefslogtreecommitdiffstats
path: root/dom/fetch/FetchObserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/fetch/FetchObserver.cpp')
-rw-r--r--dom/fetch/FetchObserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/fetch/FetchObserver.cpp b/dom/fetch/FetchObserver.cpp
index 982f0ad49..93d93773f 100644
--- a/dom/fetch/FetchObserver.cpp
+++ b/dom/fetch/FetchObserver.cpp
@@ -46,7 +46,7 @@ FetchObserver::IsEnabled(JSContext* aCx, JSObject* aGlobal)
}
FetchObserver::FetchObserver(nsIGlobalObject* aGlobal,
- FetchSignal* aSignal)
+ AbortSignal* aSignal)
: DOMEventTargetHelper(aGlobal)
, mState(FetchState::Requesting)
{