| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 3641bda4c9364dafe2543784bc322b07f7f8f04f..f3d201ea9f274153758dc76bde087402a2ab314f 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -9357,7 +9357,7 @@ abstract class Element extends Node implements ParentNode, ChildNode native "Ele
|
| * * [scrollIntoViewIfNeeded](http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewIfNeeded)
|
| */
|
| void scrollIntoView([ScrollAlignment alignment]) {
|
| - var hasScrollIntoViewIfNeeded = false;
|
| + var hasScrollIntoViewIfNeeded = true;
|
| hasScrollIntoViewIfNeeded =
|
| JS('bool', '!!(#.scrollIntoViewIfNeeded)', this);
|
| if (alignment == ScrollAlignment.TOP) {
|
|
|