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

Unified Diff: sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart

Issue 119913002: Align source mirrors with runtime mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments + small fix. Created 6 years, 11 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: sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart
diff --git a/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart b/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart
index e639c4e52e9ef70a071500a93f9cdda7c92eff84..930636833d9fff8822c9cfb86aed832290a4ea77 100644
--- a/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart
+++ b/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart
@@ -5,14 +5,15 @@
import 'dart:io';
import 'dart:convert';
-// TODO(ahe): Should be dart:mirrors.
-import '../../implementation/mirrors/mirrors.dart';
+import 'dart:mirrors';
import '../../../libraries.dart'
show LIBRARIES, LibraryInfo;
-import '../../implementation/mirrors/dart2js_mirror.dart'
- show analyze, BackDoor;
+import '../../implementation/mirrors/analyze.dart'
+ show analyze;
+import '../../implementation/mirrors/dart2js_mirrors.dart'
+ show BackDoor;
import '../../implementation/filenames.dart';
import '../../implementation/source_file.dart';
« no previous file with comments | « sdk/lib/_internal/compiler/samples/darttags/darttags.dart ('k') | sdk/lib/_internal/dartdoc/lib/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698