Index: client/dom/frog/dom_frog.dart |
diff --git a/client/dom/frog/dom_frog.dart b/client/dom/frog/dom_frog.dart |
index b8367e9fd3d846da6b3d7a3a4ab680170552486b..ee3134d8cdd3a2cb06483b99501900dfb286fa82 100644 |
--- a/client/dom/frog/dom_frog.dart |
+++ b/client/dom/frog/dom_frog.dart |
@@ -17531,6 +17531,13 @@ interface Rect { |
// WARNING: Do not edit - generated code. |
+typedef bool RequestAnimationFrameCallback(int time); |
+// Copyright (c) 2011, 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. |
+ |
+// WARNING: Do not edit - generated code. |
+ |
interface SQLError { |
static final int CONSTRAINT_ERR = 6; |
@@ -23231,11 +23238,6 @@ interface ReadyState { |
// 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. |
-typedef bool RequestAnimationFrameCallback(int time); |
-// Copyright (c) 2011, 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. |
- |
typedef void TimeoutHandler(); |
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |