| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 1e840cbbb3e02aa1de4466479cc98035c76a7526..4de145f0bcd1833abb2d48ed9fc0b0b2b14b4bfe 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -791,7 +791,7 @@ $endif
|
| * * [scrollIntoViewIfNeeded](http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewIfNeeded)
|
| */
|
| void scrollIntoView([ScrollAlignment alignment]) {
|
| - var hasScrollIntoViewIfNeeded = false;
|
| + var hasScrollIntoViewIfNeeded = true;
|
| $if DART2JS
|
| hasScrollIntoViewIfNeeded =
|
| JS('bool', '!!(#.scrollIntoViewIfNeeded)', this);
|
|
|