diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-11 23:20:52 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-06-11 23:20:52 +0000 |
commit | e97a29a6569fac73e81cf46a0e682ac926ea3456 (patch) | |
tree | 65cb4710bb2b14f6ebdbcc92fb90604b1174a20e /dom/fetch/FetchObserver.cpp | |
parent | 1620ec19653125db78f380043a52b6da6a34c281 (diff) | |
download | UXP-e97a29a6569fac73e81cf46a0e682ac926ea3456.tar UXP-e97a29a6569fac73e81cf46a0e682ac926ea3456.tar.gz UXP-e97a29a6569fac73e81cf46a0e682ac926ea3456.tar.lz UXP-e97a29a6569fac73e81cf46a0e682ac926ea3456.tar.xz UXP-e97a29a6569fac73e81cf46a0e682ac926ea3456.zip |
Issue #1587 - Part 7: Rename FetchController to AbortController
Also renames FetchSignal to AbortSignal. Includes renaming the various
controlling prefs to enable.
Diffstat (limited to 'dom/fetch/FetchObserver.cpp')
-rw-r--r-- | dom/fetch/FetchObserver.cpp | 2 |
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) { |