Chromium Code Reviews| Index: runtime/bin/eventhandler.h |
| diff --git a/runtime/bin/eventhandler.h b/runtime/bin/eventhandler.h |
| index 64f930633728334cf6f0e2752eaec22d1eafac7c..30bc7a38db2468f37ea192ae5ec6024d8f2ef58c 100644 |
| --- a/runtime/bin/eventhandler.h |
| +++ b/runtime/bin/eventhandler.h |
| @@ -105,7 +105,7 @@ namespace bin { |
| class EventHandler { |
| public: |
| void SendData(intptr_t id, Dart_Port dart_port, int64_t data) { |
| - delegate_.SendData(id, dart_port, data); |
| + delegate_.Notify(id, dart_port, data); |
| } |
| /** |