summaryrefslogtreecommitdiffstats
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
commit94c694d389ceb2c797d7ee1854cc84c87349c2f5 (patch)
treed34c6032064aa9bb8569618b15c5984118a54cd1 /dom/webidl
parente97a29a6569fac73e81cf46a0e682ac926ea3456 (diff)
downloadUXP-94c694d389ceb2c797d7ee1854cc84c87349c2f5.tar
UXP-94c694d389ceb2c797d7ee1854cc84c87349c2f5.tar.gz
UXP-94c694d389ceb2c797d7ee1854cc84c87349c2f5.tar.lz
UXP-94c694d389ceb2c797d7ee1854cc84c87349c2f5.tar.xz
UXP-94c694d389ceb2c797d7ee1854cc84c87349c2f5.zip
Issue #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);
};