Chromium Code Reviews| Index: sdk/lib/core/string_buffer.dart |
| diff --git a/sdk/lib/core/string_buffer.dart b/sdk/lib/core/string_buffer.dart |
| index 31b87801fd4de6ba386327825ef7d337cf4ced1d..8fe17f56250a47d9011d28058bfd14af2686ccfb 100644 |
| --- a/sdk/lib/core/string_buffer.dart |
| +++ b/sdk/lib/core/string_buffer.dart |
| @@ -12,7 +12,6 @@ part of dart.core; |
| * called. |
| */ |
| class StringBuffer implements StringSink { |
| - |
| /** Creates the string buffer with an initial content. */ |
| external StringBuffer([Object content = ""]); |