| Index: client/html/src/Text.dart
|
| diff --git a/client/html/src/Text.dart b/client/html/src/Text.dart
|
| index ac8a05f0befe3b95d884dc115bcd52f0ee30cdc1..6d3a124f0ec3b34f14273e87aaea70933960d611 100644
|
| --- a/client/html/src/Text.dart
|
| +++ b/client/html/src/Text.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 Text extends CharacterData factory TextWrappingImplementation {
|
| +interface Text extends CharacterData default TextWrappingImplementation {
|
|
|
| Text(String content);
|
|
|
|
|