| Index: tool/input_sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/tool/input_sdk/lib/html/dart2js/html_dart2js.dart b/tool/input_sdk/lib/html/dart2js/html_dart2js.dart
|
| index 25dce9d907caed58d2853ac2eb9d8007692b7d2f..8445e56254a9ea80b32054e10a330cf92db5fb59 100644
|
| --- a/tool/input_sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/tool/input_sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -26175,6 +26175,7 @@ class RelatedEvent extends Event {
|
|
|
| @DomName('RequestAnimationFrameCallback')
|
| typedef void RequestAnimationFrameCallback(num highResTime);
|
| +typedef void FrameRequestCallback(num highResTime);
|
| // 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.
|
|
|