| Index: runtime/vm/dart_entry.cc
|
| diff --git a/runtime/vm/dart_entry.cc b/runtime/vm/dart_entry.cc
|
| index dd3f08ff746231b9bff87a3ed6ca2105c9a6aefa..d1a80086e2d0171e0c46f49b79464607d8353a4a 100644
|
| --- a/runtime/vm/dart_entry.cc
|
| +++ b/runtime/vm/dart_entry.cc
|
| @@ -351,10 +351,10 @@ void ArgumentsDescriptor::InitOnce() {
|
| }
|
|
|
|
|
| -RawObject* DartLibraryCalls::ExceptionCreate(const Library& lib,
|
| - const String& class_name,
|
| - const String& constructor_name,
|
| - const Array& arguments) {
|
| +RawObject* DartLibraryCalls::InstanceCreate(const Library& lib,
|
| + const String& class_name,
|
| + const String& constructor_name,
|
| + const Array& arguments) {
|
| const Class& cls = Class::Handle(lib.LookupClassAllowPrivate(class_name));
|
| ASSERT(!cls.IsNull());
|
| // For now, we only support a non-parameterized or raw type.
|
|
|