summaryrefslogtreecommitdiff
path: root/dom/webidl
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-12 01:08:26 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-12 01:08:26 +0000
commit11d3ee59de39bfca63dd0e80decd9cce6e60a3c6 (patch)
treed34c6032064aa9bb8569618b15c5984118a54cd1 /dom/webidl
parent6483a3cab27470a75adb9d21e2ddfb079f05cbf9 (diff)
downloadaura-central-11d3ee59de39bfca63dd0e80decd9cce6e60a3c6.tar.gz
Issue mcp-graveyard/UXP%1587 - Part 8: Remove controller follow/unfollow
Since it didn't end up being in the final spec after all.
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/AbortController.webidl2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/webidl/AbortController.webidl b/dom/webidl/AbortController.webidl
index f5d8f317b..4e9124075 100644
--- a/dom/webidl/AbortController.webidl
+++ b/dom/webidl/AbortController.webidl
@@ -10,6 +10,4 @@ interface AbortController {
readonly attribute AbortSignal signal;
void abort();
- void follow(AbortSignal signal);
- void unfollow(AbortSignal signal);
};