Chromium Code Reviews| Index: runtime/bin/stdio_patch.dart |
| diff --git a/runtime/bin/stdio_patch.dart b/runtime/bin/stdio_patch.dart |
| index 2a10eff51f3202a00fc8dd4db5225538dfb19562..2364281c2a57f43af1f0967df549c7802b425470 100644 |
| --- a/runtime/bin/stdio_patch.dart |
| +++ b/runtime/bin/stdio_patch.dart |
| @@ -82,7 +82,7 @@ patch class Stdout { |
| return size; |
| } |
| - static List _getTerminalSize() native "Stdout_GetTerminalSize"; |
| + static _getTerminalSize() native "Stdout_GetTerminalSize"; |
| } |