Chromium Code Reviews| Index: runtime/bin/stdio.h |
| diff --git a/runtime/bin/stdio.h b/runtime/bin/stdio.h |
| index 646629d299a3306bcdf0b595f9c85fbc7cc54cef..99e2cd587d4243ddcfad8d9592cb466a8763b842 100644 |
| --- a/runtime/bin/stdio.h |
| +++ b/runtime/bin/stdio.h |
| @@ -32,7 +32,7 @@ class Stdin { |
| class Stdout { |
| public: |
| - static bool GetTerminalSize(int size[2]); |
| + static bool GetTerminalSize(intptr_t fd, int size[2]); |
| private: |
| DISALLOW_ALLOCATION(); |
| @@ -43,4 +43,3 @@ class Stdout { |
| } // namespace dart |
| #endif // BIN_STDIO_H_ |
| - |