Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1611)

Unified Diff: runtime/lib/mirrors_patch.dart

Issue 23460050: Mirror removals: async invoke, mirrorSystemOf(port), Mirror.mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: resync Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/lib/mirrors_patch.dart
diff --git a/runtime/lib/mirrors_patch.dart b/runtime/lib/mirrors_patch.dart
index 364b0abfa9a3c0f4517cef4555c096a281898830..3f4b954d3c9b71445eea830aefd9631cbc861795 100644
--- a/runtime/lib/mirrors_patch.dart
+++ b/runtime/lib/mirrors_patch.dart
@@ -14,14 +14,6 @@ patch MirrorSystem currentMirrorSystem() {
}
/**
- * Creates a [MirrorSystem] for the isolate which is listening on
- * the [SendPort].
- */
-patch Future<MirrorSystem> mirrorSystemOf(SendPort port) {
- return _Mirrors.mirrorSystemOf(port);
-}
-
-/**
* Returns an [InstanceMirror] for some Dart language object.
*
* This only works if this mirror system is associated with the

Powered by Google App Engine
This is Rietveld 408576698