| Index: client/html/src/MutationEvent.dart
|
| diff --git a/client/html/src/MutationEvent.dart b/client/html/src/MutationEvent.dart
|
| index 713e26aa52534cb1d993271b1ae7864c09ebbe5d..0a5402caf1241ba9a4f665d9da9e6a31b2a32151 100644
|
| --- a/client/html/src/MutationEvent.dart
|
| +++ b/client/html/src/MutationEvent.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 MutationEvent extends Event factory MutationEventWrappingImplementation {
|
| +interface MutationEvent extends Event default MutationEventWrappingImplementation {
|
|
|
| MutationEvent(String type, Node relatedNode, String prevValue,
|
| String newValue, String attrName, int attrChange, [bool canBubble,
|
|
|