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

Unified Diff: pkg/compiler/lib/src/serialization/element_serialization.dart

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « pkg/compiler/lib/src/scanner/token_map.dart ('k') | pkg/compiler/lib/src/serialization/modelz.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/serialization/element_serialization.dart
diff --git a/pkg/compiler/lib/src/serialization/element_serialization.dart b/pkg/compiler/lib/src/serialization/element_serialization.dart
index ffe4d23c74f10d0ca1574c0e1f2f8496b68db68b..c72f916dfb6761e0f7f95d439b39ed2fdb99a1df 100644
--- a/pkg/compiler/lib/src/serialization/element_serialization.dart
+++ b/pkg/compiler/lib/src/serialization/element_serialization.dart
@@ -7,7 +7,8 @@ library dart2js.serialization.elements;
import '../constants/constructors.dart';
import '../constants/expressions.dart';
import '../dart_types.dart';
-import '../dart2jslib.dart' show SourceSpan;
+import '../diagnostics/source_span.dart' show
+ SourceSpan;
import '../elements/elements.dart';
import '../tree/tree.dart';
import 'constant_serialization.dart';
« no previous file with comments | « pkg/compiler/lib/src/scanner/token_map.dart ('k') | pkg/compiler/lib/src/serialization/modelz.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698