| Index: sdk/lib/_internal/lib/mirrors_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/mirrors_patch.dart b/sdk/lib/_internal/lib/mirrors_patch.dart
|
| index 12547912ec604d13a164823797bedb1b24ed4ba2..6e24a066ce2a8b111e55b830becdb59e7b88564e 100644
|
| --- a/sdk/lib/_internal/lib/mirrors_patch.dart
|
| +++ b/sdk/lib/_internal/lib/mirrors_patch.dart
|
| @@ -16,10 +16,6 @@ patch class MirrorSystem {
|
|
|
| patch MirrorSystem currentMirrorSystem() => js.currentJsMirrorSystem;
|
|
|
| -patch Future<MirrorSystem> mirrorSystemOf(SendPort port) {
|
| - throw new UnsupportedError("MirrorSystem not implemented");
|
| -}
|
| -
|
| patch InstanceMirror reflect(Object reflectee) => js.reflect(reflectee);
|
|
|
| patch ClassMirror reflectClass(Type key) {
|
|
|