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 | 1bc42afa2332bf363d990454b827f1d03d885ad4 (patch) | |
tree | e4ecc0772c762a81123012a241d9f5a7081bc13e /dom/interfaces | |
parent | 47b518e7511d233dce18fbd02c3640a337faca1c (diff) | |
download | aura-central-1bc42afa2332bf363d990454b827f1d03d885ad4.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 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; |