| Index: runtime/vm/dart_api_state.cc
|
| diff --git a/runtime/vm/dart_api_state.cc b/runtime/vm/dart_api_state.cc
|
| index 1004185bda7cb0f3883d07874acc12aee0874129..06ce1fb936165164d6535a18fdf4ae4e7bdd0394 100644
|
| --- a/runtime/vm/dart_api_state.cc
|
| +++ b/runtime/vm/dart_api_state.cc
|
| @@ -8,7 +8,7 @@ namespace dart {
|
|
|
| // A distinguished callback which indicates that a persistent handle
|
| // should not be deleted from the dart api.
|
| -void ProtectedHandleCallback() {
|
| +void ProtectedHandleCallback(void* peer) {
|
| // Do nothing.
|
| }
|
|
|
|
|