Chromium Code Reviews| Index: sdk/lib/_internal/lib/io_patch.dart |
| =================================================================== |
| --- sdk/lib/_internal/lib/io_patch.dart (revision 37823) |
| +++ sdk/lib/_internal/lib/io_patch.dart (working copy) |
| @@ -48,8 +48,8 @@ |
| class _EventHandler { |
| @patch |
| static void _sendData(Object sender, |
| - RawReceivePort receivePort, |
| - int data) { |
| + SendPort sendPort, |
| + int data) { |
| throw new UnsupportedError("EventHandler._sendData"); |
| } |
| } |