| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index 45d2eb75be3c50f4b312ed43bc943697ef97160a..0af6a8a16b90e9ec3650f93257afac5362517ca5 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -25554,7 +25554,7 @@ class _RectImpl extends NativeFieldWrapperClass1 implements Rect {
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -typedef void RequestAnimationFrameCallback(int time);
|
| +typedef bool RequestAnimationFrameCallback(int time);
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|