mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1903676 - Fix bad rebase. r=me on a CLOSED TREE
This commit is contained in:
parent
8b17fe1fa4
commit
1dcc982064
@ -55,22 +55,6 @@ class AbortSignal : public DOMEventTargetHelper, public AbortSignalImpl {
|
||||
|
||||
void ThrowIfAborted(JSContext* aCx, ErrorResult& aRv);
|
||||
|
||||
<<<<<<< local
|
||||
// AbortSignalImpl
|
||||
void SignalAbort(JS::Handle<JS::Value> aReason) override;
|
||||
|
||||
// AbortSignalImpl
|
||||
void SignalAbort(JS::Handle<JS::Value> aReason) override;
|
||||
|
||||
// AbortSignalImpl
|
||||
void SignalAbort(JS::Handle<JS::Value> aReason) override;
|
||||
|
||||
||||||| base
|
||||
// AbortSignalImpl
|
||||
void SignalAbort(JS::Handle<JS::Value> aReason) override;
|
||||
|
||||
=======
|
||||
>>>>>>> graft
|
||||
virtual bool IsTaskSignal() const { return false; }
|
||||
|
||||
bool Dependent() const;
|
||||
|
Loading…
Reference in New Issue
Block a user