Index: lib/html/dartium/html_dartium.dart |
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart |
index 804f70d5dfebfd2a5b741f942daccdafb46a6333..299b8dfc74f67ad15b99d999f66f90ee85fcbb69 100644 |
--- a/lib/html/dartium/html_dartium.dart |
+++ b/lib/html/dartium/html_dartium.dart |
@@ -32649,7 +32649,7 @@ interface Rect { |
// WARNING: Do not edit - generated code. |
-typedef bool RequestAnimationFrameCallback(int time); |
+typedef void 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. |