| Index: runtime/lib/mirrors.cc
|
| diff --git a/runtime/lib/mirrors.cc b/runtime/lib/mirrors.cc
|
| index 1478f0467c0db0298d217ff95b3024cbfd76619d..e8cc1c8a3aad013bf244482dc5d0b5cae42a24e8 100644
|
| --- a/runtime/lib/mirrors.cc
|
| +++ b/runtime/lib/mirrors.cc
|
| @@ -35,6 +35,7 @@ static RawInstance* CreateMirror(const String& mirror_class_name,
|
| DartLibraryCalls::InstanceCreate(mirrors_lib,
|
| mirror_class_name,
|
| constructor_name,
|
| + false, // Not a factory.
|
| constructor_arguments));
|
| ASSERT(!result.IsError());
|
| return Instance::Cast(result).raw();
|
|
|