diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-08 17:35:24 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-08 17:35:24 +0100 |
commit | 0cc8898220827c8b74e3bab8e460c6be40d57526 (patch) | |
tree | e4ecc0772c762a81123012a241d9f5a7081bc13e /dom/interfaces | |
parent | 748f0954c6d8f2368e61b3397de6a4591a36ff3e (diff) | |
download | uxp-0cc8898220827c8b74e3bab8e460c6be40d57526.tar.gz |
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.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/interfaces/html/nsIDOMHTMLElement.idl b/dom/interfaces/html/nsIDOMHTMLElement.idl index 63a1f95724..686475f047 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; |