Index: runtime/vm/dart_api_impl_test.cc |
diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc |
index 162fdf6befa54593b6742cb6a62e62b915d726ce..445d99643340a7d3625ad9c5e2d9a992069ee2f7 100644 |
--- a/runtime/vm/dart_api_impl_test.cc |
+++ b/runtime/vm/dart_api_impl_test.cc |
@@ -7563,6 +7563,7 @@ UNIT_TEST_CASE(NewNativePort) { |
static Dart_Isolate RunLoopTestCallback(const char* script_name, |
const char* main, |
const char* package_root, |
+ const char** package_map, |
Dart_IsolateFlags* flags, |
void* data, |
char** error) { |
@@ -7637,7 +7638,7 @@ static void RunLoopTest(bool throw_exception_child, |
Isolate::SetCreateCallback(RunLoopTestCallback); |
Isolate::SetUnhandledExceptionCallback(RunLoopUnhandledExceptionCallback); |
Dart_Isolate isolate = RunLoopTestCallback( |
- NULL, NULL, NULL, NULL, NULL, NULL); |
+ NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
Dart_EnterIsolate(isolate); |
Dart_EnterScope(); |