| Index: runtime/lib/mirrors_impl.dart
|
| diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart
|
| index e977653737ec927ca00664846cd12ad8100d683a..e9c64e6a125c43e1b175c91f1c0d9af6e1eee130 100644
|
| --- a/runtime/lib/mirrors_impl.dart
|
| +++ b/runtime/lib/mirrors_impl.dart
|
| @@ -289,7 +289,7 @@ class _LocalInstanceMirrorImpl extends _LocalObjectMirrorImpl
|
| _LocalInstanceMirrorImpl mirror =
|
| reflect(invocation);
|
| _invokeOnClosure = reflectClass(invocation.runtimeType)
|
| - .getField(const Symbol('_invokeOnClosure')).reflectee;
|
| + .getField(MirrorSystem.getSymbol('_invokeOnClosure', mirror.type.owner)).reflectee;
|
| }
|
| return _invokeOnClosure(reflectee, invocation);
|
| }
|
|
|