mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #1587 - Part 8: Remove controller follow/unfollow
Since it didn't end up being in the final spec after all.
This commit is contained in:
parent
b988c351ff
commit
8ac3ccd67a
6 changed files with 1 additions and 124 deletions
|
|
@ -19,7 +19,6 @@ namespace dom {
|
|||
|
||||
class AbortController final : public nsISupports
|
||||
, public nsWrapperCache
|
||||
, public AbortSignal::Follower
|
||||
{
|
||||
public:
|
||||
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
|
||||
|
|
@ -45,19 +44,6 @@ public:
|
|||
void
|
||||
Abort();
|
||||
|
||||
void
|
||||
Follow(AbortSignal& aSignal);
|
||||
|
||||
void
|
||||
Unfollow(AbortSignal& aSignal);
|
||||
|
||||
AbortSignal*
|
||||
Following() const;
|
||||
|
||||
// AbortSignal::Follower
|
||||
|
||||
void Aborted() override;
|
||||
|
||||
private:
|
||||
~AbortController() = default;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue