summaryrefslogtreecommitdiff
path: root/dom/fetch/FetchObserver.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-11 23:20:52 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-11 23:20:52 +0000
commit6483a3cab27470a75adb9d21e2ddfb079f05cbf9 (patch)
tree65cb4710bb2b14f6ebdbcc92fb90604b1174a20e /dom/fetch/FetchObserver.h
parent077b9fe8470ed115f4dd5ae36f83720a4e83b612 (diff)
downloadaura-central-6483a3cab27470a75adb9d21e2ddfb079f05cbf9.tar.gz
Issue mcp-graveyard/UXP%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.h')
-rw-r--r--dom/fetch/FetchObserver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dom/fetch/FetchObserver.h b/dom/fetch/FetchObserver.h
index 45adf2ba1..5cd835b3d 100644
--- a/dom/fetch/FetchObserver.h
+++ b/dom/fetch/FetchObserver.h
@@ -9,13 +9,13 @@
#include "mozilla/DOMEventTargetHelper.h"
#include "mozilla/dom/FetchObserverBinding.h"
-#include "mozilla/dom/FetchSignal.h"
+#include "mozilla/dom/AbortSignal.h"
namespace mozilla {
namespace dom {
class FetchObserver final : public DOMEventTargetHelper
- , public FetchSignal::Follower
+ , public AbortSignal::Follower
{
public:
NS_DECL_ISUPPORTS_INHERITED
@@ -24,7 +24,7 @@ public:
static bool
IsEnabled(JSContext* aCx, JSObject* aGlobal);
- FetchObserver(nsIGlobalObject* aGlobal, FetchSignal* aSignal);
+ FetchObserver(nsIGlobalObject* aGlobal, AbortSignal* aSignal);
JSObject*
WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override;