Chromium Code Reviews

Unified Diff: sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
diff --git a/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart b/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
index 841656bb4e7757b5b6b2db7e288a750823bb0ba6..e3cd59100b66ce819179b0ddf306d7770bb506c6 100644
--- a/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
+++ b/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
@@ -4,6 +4,7 @@
library scanner;
+import 'dart:collection' show LinkedHashMap;
import 'dart:uri';
import 'scanner_implementation.dart';

Powered by Google App Engine