Chromium Code Reviews

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 16019002: Merge the dart:uri library into dart:core and update the Uri class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add missing files Created 7 years, 7 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/elements/elements.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
index c0bc01e4fa4365087bd24b294c69251606abb357..c4323dadcb1b89c85c4071195b9b50b5827d5846 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
@@ -4,7 +4,6 @@
library elements;
-import 'dart:uri';
import 'modelx.dart';
import '../tree/tree.dart';

Powered by Google App Engine