| Index: runtime/lib/mirrors_impl.dart
|
| diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart
|
| index 844b6a82d93b40f465ce0aafba07ac675772326b..d7c33faba68168ebaba6ef77417799f9476f318b 100644
|
| --- a/runtime/lib/mirrors_impl.dart
|
| +++ b/runtime/lib/mirrors_impl.dart
|
| @@ -385,11 +385,6 @@ class _LocalClosureMirrorImpl extends _LocalInstanceMirrorImpl
|
| return _function;
|
| }
|
|
|
| - String get source {
|
| - throw new UnimplementedError(
|
| - 'ClosureMirror.source is not implemented');
|
| - }
|
| -
|
| InstanceMirror apply(List<Object> positionalArguments,
|
| [Map<Symbol, Object> namedArguments]) {
|
| // TODO(iposva): When closures get an ordinary call method, this can be
|
|
|