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

Unified Diff: dart/lib/compiler/implementation/string_validator.dart

Issue 11184046: Clean up leg.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased on CL 11187067 Created 8 years, 2 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: dart/lib/compiler/implementation/string_validator.dart
diff --git a/dart/lib/compiler/implementation/string_validator.dart b/dart/lib/compiler/implementation/string_validator.dart
index f0036d36e0e77cb2f4b8a67eda647c5b6842858c..2951f568f32714caa873d66d6bdad8897d202920 100644
--- a/dart/lib/compiler/implementation/string_validator.dart
+++ b/dart/lib/compiler/implementation/string_validator.dart
@@ -4,13 +4,13 @@
// Check the validity of string literals.
-#library("stringvalidator");
+library stringvalidator;
-#import("leg.dart");
-#import("scanner/scannerlib.dart");
-#import("tree/tree.dart");
-#import("elements/elements.dart");
-#import("util/characters.dart");
+import "dart2jslib.dart";
+import "tree/tree.dart";
+import "elements/elements.dart";
+import "util/characters.dart";
+import "scanner/scannerlib.dart" show Token;
class StringValidator {
final DiagnosticListener listener;
« no previous file with comments | « dart/lib/compiler/implementation/ssa/tracer.dart ('k') | dart/lib/compiler/implementation/types/concrete_types_inferrer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698