| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 5c69f2c913138f249cba5472f33fe5a8d15280ea..4e4fd207ad4c259647dce29cf866d145dc1b23d2 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -9912,7 +9912,7 @@ abstract class Element extends Node implements ParentNode, ChildNode {
|
| * * [scrollIntoViewIfNeeded](http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewIfNeeded)
|
| */
|
| void scrollIntoView([ScrollAlignment alignment]) {
|
| - var hasScrollIntoViewIfNeeded = false;
|
| + var hasScrollIntoViewIfNeeded = true;
|
| if (alignment == ScrollAlignment.TOP) {
|
| this._scrollIntoView(true);
|
| } else if (alignment == ScrollAlignment.BOTTOM) {
|
|
|