| Index: runtime/lib/mirrors_impl.dart
|
| diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart
|
| index acc701d7ed3ee3e7625c2799352a5a5402755c90..3f4400fbed625d7e597512535a1f0f343a11f6f0 100644
|
| --- a/runtime/lib/mirrors_impl.dart
|
| +++ b/runtime/lib/mirrors_impl.dart
|
| @@ -683,6 +683,7 @@ class _LocalClassMirrorImpl extends _LocalObjectMirrorImpl
|
| }
|
|
|
| return reflect(_invokeConstructor(_reflectee,
|
| + _reflectedType,
|
| _n(constructorName),
|
| arguments,
|
| names));
|
| @@ -739,7 +740,7 @@ class _LocalClassMirrorImpl extends _LocalObjectMirrorImpl
|
| _invokeSetter(reflectee, setterName, value)
|
| native 'ClassMirror_invokeSetter';
|
|
|
| - static _invokeConstructor(reflectee, constructorName, arguments, argumentNames)
|
| + static _invokeConstructor(reflectee, type, constructorName, arguments, argumentNames)
|
| native 'ClassMirror_invokeConstructor';
|
|
|
| static _ClassMirror_type_variables(reflectee)
|
|
|