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

Unified Diff: runtime/bin/vmservice/vmservice.dart

Issue 22909059: Some more removals of dart:utf. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change ArgumentError to FormatException. Created 7 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
Index: runtime/bin/vmservice/vmservice.dart
diff --git a/runtime/bin/vmservice/vmservice.dart b/runtime/bin/vmservice/vmservice.dart
index a9790f1ffe0f72bba8f04682c2a0bf4ff7b3c030..042d467dff02739c896e261e46bb3a5c24df78e0 100644
--- a/runtime/bin/vmservice/vmservice.dart
+++ b/runtime/bin/vmservice/vmservice.dart
@@ -8,7 +8,6 @@ import 'dart:async';
import 'dart:json' as JSON;
import 'dart:isolate';
import 'dart:typed_data';
-import 'dart:utf' as UTF;
part 'constants.dart';
part 'resources.dart';

Powered by Google App Engine
This is Rietveld 408576698