Index: sdk/lib/_internal/lib/io_patch.dart |
diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart |
index 0acb7d43dcb0dd3f8efaa57f2f2514b9341fa90c..069e9a80d81ab92e99aed9a3bdaa2e7756955a69 100644 |
--- a/sdk/lib/_internal/lib/io_patch.dart |
+++ b/sdk/lib/_internal/lib/io_patch.dart |
@@ -34,7 +34,7 @@ patch class _Directory { |
patch class _EventHandler { |
patch static void _sendData(Object sender, |
- ReceivePort receivePort, |
+ RawReceivePort receivePort, |
int data) { |
throw new UnsupportedError("EventHandler._sendData"); |
} |