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

Unified Diff: pkg/compiler/lib/src/dart2jslib.dart

Issue 893963005: Refactor handling of source map information. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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: pkg/compiler/lib/src/dart2jslib.dart
diff --git a/pkg/compiler/lib/src/dart2jslib.dart b/pkg/compiler/lib/src/dart2jslib.dart
index fcfbf5e9342923ac2b1d23610b3c7cc8371d6df5..19700eb92730fc5ca7d0c6059a24dcd71030a22a 100644
--- a/pkg/compiler/lib/src/dart2jslib.dart
+++ b/pkg/compiler/lib/src/dart2jslib.dart
@@ -33,6 +33,7 @@ import 'elements/modelx.dart'
DeferredLoaderGetterElementX;
import 'helpers/helpers.dart'; // Included for debug helpers.
import 'io/code_output.dart' show CodeBuffer;
+import 'io/source_information.dart' show SourceInformation;
import 'js/js.dart' as js;
import 'js_backend/js_backend.dart' as js_backend;
import 'library_loader.dart'

Powered by Google App Engine
This is Rietveld 408576698