Chromium Code Reviews| Index: runtime/bin/eventhandler_patch.dart |
| =================================================================== |
| --- runtime/bin/eventhandler_patch.dart (revision 37823) |
| +++ runtime/bin/eventhandler_patch.dart (working copy) |
| @@ -6,7 +6,7 @@ |
| patch class _EventHandler { |
| /* patch */ static void _sendData(Object sender, |
| - RawReceivePort receivePort, |
| + SendPort sendPort, |
| int data) |
| native "EventHandler_SendData"; |
| } |