summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLDocument.webidl
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-23 09:16:50 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-23 09:16:50 +0200
commit0a9acadccafe04aa5bc3335523bb55fe52ca8e50 (patch)
treeab49c5db5979719019b24c9086aa3701655702d5 /dom/webidl/HTMLDocument.webidl
parentc30ebdac27c93b57e368c69e9c13055a17229992 (diff)
downloadUXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.tar
UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.tar.gz
UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.tar.lz
UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.tar.xz
UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.zip
moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
https://github.com/MoonchildProductions/moebius/pull/121
Diffstat (limited to 'dom/webidl/HTMLDocument.webidl')
-rw-r--r--dom/webidl/HTMLDocument.webidl4
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/webidl/HTMLDocument.webidl b/dom/webidl/HTMLDocument.webidl
index 61b466ff0..42f6d98f7 100644
--- a/dom/webidl/HTMLDocument.webidl
+++ b/dom/webidl/HTMLDocument.webidl
@@ -73,10 +73,6 @@ interface HTMLDocument : Document {
readonly attribute HTMLAllCollection all;
- // https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#selections
- [Throws]
- Selection? getSelection();
-
// @deprecated These are old Netscape 4 methods. Do not use,
// the implementation is no-op.
// XXXbz do we actually need these anymore?