| Index: runtime/bin/stdio_patch.dart
|
| diff --git a/runtime/bin/stdio_patch.dart b/runtime/bin/stdio_patch.dart
|
| index e537dc87212029c4cb756032c4949d545cdb1897..a0385bb0bf33491d1a7250122b43d7ab4d44301e 100644
|
| --- a/runtime/bin/stdio_patch.dart
|
| +++ b/runtime/bin/stdio_patch.dart
|
| @@ -115,5 +115,5 @@
|
| }
|
|
|
|
|
| -_getStdioHandle(_NativeSocket socket, int num) native "Socket_GetStdioHandle";
|
| -_getSocketType(_NativeSocket nativeSocket) native "Socket_GetType";
|
| +_getStdioHandle(_NativeSocket socket, int num) native "BaseSocket_GetStdioHandle";
|
| +_getSocketType(_NativeSocket nativeSocket) native "BaseSocket_GetType";
|
|
|