| Index: client/html/src/CompositionEvent.dart
|
| diff --git a/client/html/src/CompositionEvent.dart b/client/html/src/CompositionEvent.dart
|
| index 7aba5f16f0d4574a82293c49e625658c7463246a..7f6c8cf8b9ba0f0e42c634bdf0334f79848cf56f 100644
|
| --- a/client/html/src/CompositionEvent.dart
|
| +++ b/client/html/src/CompositionEvent.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 CompositionEvent extends UIEvent factory CompositionEventWrappingImplementation {
|
| +interface CompositionEvent extends UIEvent default CompositionEventWrappingImplementation {
|
|
|
| CompositionEvent(String type, Window view, String data, [bool canBubble,
|
| bool cancelable]);
|
|
|