| Index: corelib/src/string_buffer.dart
|
| diff --git a/corelib/src/string_buffer.dart b/corelib/src/string_buffer.dart
|
| index 10ce76c9b8636c59bd51fcc6572f562e6db366ad..5d2864107174ebbb6d6d0436e858cbcd4ff0456d 100644
|
| --- a/corelib/src/string_buffer.dart
|
| +++ b/corelib/src/string_buffer.dart
|
| @@ -7,7 +7,7 @@
|
| * efficiently. Only on a call to [toString] are the strings
|
| * concatenated to a single String.
|
| */
|
| -interface StringBuffer factory StringBufferImpl {
|
| +interface StringBuffer default StringBufferImpl {
|
| /**
|
| * Creates the string buffer with an initial content.
|
| */
|
|
|