| 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 4216317a3381784cef11b8c45e92851893c9f9f3..80725b894e137570e04a7ebcf106b08232a90b98 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -33,13 +33,9 @@ patch class _Directory {
|
| }
|
|
|
| patch class _EventHandler {
|
| - patch static void _start() {
|
| - throw new UnsupportedError("EventHandler._start");
|
| - }
|
| -
|
| - patch static _sendData(Object sender,
|
| - ReceivePort receivePort,
|
| - int data) {
|
| + patch static void _sendData(Object sender,
|
| + ReceivePort receivePort,
|
| + int data) {
|
| throw new UnsupportedError("EventHandler._sendData");
|
| }
|
| }
|
|
|