| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index beafd9637cd947b8b896a394f194c7473aeb3054..9396217d1eec5dbd883e9c011a05d37838be75bd 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -421,7 +421,7 @@ class Isolate : public BaseIsolate {
|
| bool AddResumeCapability(const Capability& capability);
|
| bool RemoveResumeCapability(const Capability& capability);
|
|
|
| - void AddExitListener(const SendPort& listener);
|
| + void AddExitListener(const SendPort& listener, const Instance& response);
|
| void RemoveExitListener(const SendPort& listener);
|
| void NotifyExitListeners();
|
|
|
|
|