summaryrefslogtreecommitdiffstats
path: root/dom/interfaces
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-08 17:35:24 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-08 17:35:24 +0100
commitc0a05ada187f09736b5b607f7ba3da903153ae38 (patch)
treee4ecc0772c762a81123012a241d9f5a7081bc13e /dom/interfaces
parente8cebef9d2a524067863741333a6784db4ea258d (diff)
downloadUXP-c0a05ada187f09736b5b607f7ba3da903153ae38.tar
UXP-c0a05ada187f09736b5b607f7ba3da903153ae38.tar.gz
UXP-c0a05ada187f09736b5b607f7ba3da903153ae38.tar.lz
UXP-c0a05ada187f09736b5b607f7ba3da903153ae38.tar.xz
UXP-c0a05ada187f09736b5b607f7ba3da903153ae38.zip
Align Element.ScrollIntoView() with the spec.
This also removes the (unused) shadow alias from nsIDOMHTMLElement which used the different calling convention. This resolves #927
Diffstat (limited to 'dom/interfaces')
-rw-r--r--dom/interfaces/html/nsIDOMHTMLElement.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/interfaces/html/nsIDOMHTMLElement.idl b/dom/interfaces/html/nsIDOMHTMLElement.idl
index 63a1f9572..686475f04 100644
--- a/dom/interfaces/html/nsIDOMHTMLElement.idl
+++ b/dom/interfaces/html/nsIDOMHTMLElement.idl
@@ -58,7 +58,6 @@ interface nsIDOMHTMLElement : nsIDOMElement
// CSSOM View
- [optional_argc] void scrollIntoView([optional] in boolean top);
readonly attribute nsIDOMElement offsetParent;
readonly attribute long offsetTop;
readonly attribute long offsetLeft;