Chromium Code Reviews| Index: runtime/bin/loader.h |
| diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h |
| index cc4912dda7011d81d163932caa9249d26fc7c6c8..b5697244a61a3a016f72e455b1df84b056031141 100644 |
| --- a/runtime/bin/loader.h |
| +++ b/runtime/bin/loader.h |
| @@ -142,7 +142,8 @@ class Loader { |
| // This is the global callback for the native message handlers. |
| static void NativeMessageHandler(Dart_Port dest_port_id, |
| - Dart_CObject* message); |
| + Dart_CObject* message, |
| + void* peer); |
| }; |
| } // namespace bin |