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 7dff214c09ba859e45607bd32fea732f3dd1f976..4b0b5d51fccaf47a031352c86564b57888497486 100644 |
--- a/runtime/vm/dart_api_impl_test.cc |
+++ b/runtime/vm/dart_api_impl_test.cc |
@@ -7048,7 +7048,6 @@ UNIT_TEST_CASE(NewNativePort) { |
static Dart_Isolate RunLoopTestCallback(const char* script_name, |
const char* main, |
- const char* package_root, |
void* data, |
char** error) { |
const char* kScriptChars = |
@@ -7118,7 +7117,7 @@ static void RunLoopTest(bool throw_exception_child, |
Dart_IsolateCreateCallback saved = Isolate::CreateCallback(); |
Isolate::SetCreateCallback(RunLoopTestCallback); |
Isolate::SetUnhandledExceptionCallback(RunLoopUnhandledExceptionCallback); |
- Dart_Isolate isolate = RunLoopTestCallback(NULL, NULL, NULL, NULL, NULL); |
+ Dart_Isolate isolate = RunLoopTestCallback(NULL, NULL, NULL, NULL); |
Dart_EnterIsolate(isolate); |
Dart_EnterScope(); |