| Index: runtime/lib/mirrors_patch.dart
|
| diff --git a/runtime/lib/mirrors_patch.dart b/runtime/lib/mirrors_patch.dart
|
| index 364b0abfa9a3c0f4517cef4555c096a281898830..4af60c686b55781e2e122ba67ee373456647fc04 100644
|
| --- a/runtime/lib/mirrors_patch.dart
|
| +++ b/runtime/lib/mirrors_patch.dart
|
| @@ -17,7 +17,7 @@ patch MirrorSystem currentMirrorSystem() {
|
| * Creates a [MirrorSystem] for the isolate which is listening on
|
| * the [SendPort].
|
| */
|
| -patch Future<MirrorSystem> mirrorSystemOf(SendPort port) {
|
| +Future<MirrorSystem> mirrorSystemOf(SendPort port) {
|
| return _Mirrors.mirrorSystemOf(port);
|
| }
|
|
|
|
|