| Index: runtime/vm/dart_entry.cc
|
| diff --git a/runtime/vm/dart_entry.cc b/runtime/vm/dart_entry.cc
|
| index ae0f13f07138ee8aec12e5f2f54b31ed586d09b3..6cd7b4f8efa77ad74fc3b15513a2113817f2c3d8 100644
|
| --- a/runtime/vm/dart_entry.cc
|
| +++ b/runtime/vm/dart_entry.cc
|
| @@ -177,7 +177,7 @@ RawObject* DartEntry::InvokeClosure(const Array& arguments,
|
| if (c_stack_pos < c_stack_limit) {
|
| const Instance& exception =
|
| Instance::Handle(zone, isolate->object_store()->stack_overflow());
|
| - return UnhandledException::New(exception, Stacktrace::Handle(zone));
|
| + return UnhandledException::New(exception, StackTrace::Handle(zone));
|
| }
|
|
|
| const Array& getter_arguments = Array::Handle(zone, Array::New(1));
|
|
|