Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index 128f7e22cafa3853a9ec070fc7c0843e1df44b35..f189bc67b50f2ae04fe18e5676646001b7652750 100644 |
--- a/runtime/vm/isolate.h |
+++ b/runtime/vm/isolate.h |
@@ -512,7 +512,7 @@ class SwitchIsolateScope { |
class IsolateSpawnState { |
public: |
- IsolateSpawnState(const Function& func, const Function& callback_func); |
+ explicit IsolateSpawnState(const Function& func); |
explicit IsolateSpawnState(const char* script_url); |
~IsolateSpawnState(); |