| Index: client/html/src/AnimationEvent.dart
|
| diff --git a/client/html/src/AnimationEvent.dart b/client/html/src/AnimationEvent.dart
|
| index 0a9eb62f3b56b50e017b10b42ddcbc6855cbee93..085383ac3f31e401ca9e95a8bfcf6758520f94ba 100644
|
| --- a/client/html/src/AnimationEvent.dart
|
| +++ b/client/html/src/AnimationEvent.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -interface AnimationEvent extends Event factory AnimationEventWrappingImplementation {
|
| +interface AnimationEvent extends Event default AnimationEventWrappingImplementation {
|
|
|
| AnimationEvent(String type, String propertyName, double elapsedTime,
|
| [bool canBubble, bool cancelable]);
|
|
|