| 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 2fddaeff0462598edc25f8f65bec69587d328f4c..1315cc4e3ed76074924e76a4b9d497a981314e74 100644
|
| --- a/sdk/lib/_internal/lib/mirrors_patch.dart
|
| +++ b/sdk/lib/_internal/lib/mirrors_patch.dart
|
| @@ -12,10 +12,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) => js.reflectType(key);
|
|
|