| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index 209640d800658155c66d2085e324529ee9f92380..a2ec20c83634b2f5ad303a7e48fcb8063bea5e28 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -24738,7 +24738,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.
|
|
|