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

Unified Diff: lib/compiler/implementation/scanner/node_scanner_bench.dart

Issue 10001008: Many type fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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: lib/compiler/implementation/scanner/node_scanner_bench.dart
diff --git a/lib/compiler/implementation/scanner/node_scanner_bench.dart b/lib/compiler/implementation/scanner/node_scanner_bench.dart
index 08d126c25d6c89fe0f9d59f3ab14fc66bc749a0e..1630e79081894bad800b6afd3ebafa792293df42 100644
--- a/lib/compiler/implementation/scanner/node_scanner_bench.dart
+++ b/lib/compiler/implementation/scanner/node_scanner_bench.dart
@@ -3,7 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
#library('node_scanner_bench');
-#import('../../node/node.dart');
+#import('../util/characters.dart');
+#import('../../../../frog/lib/node/node.dart');
#import('scannerlib.dart');
#import('scanner_implementation.dart');
#import('scanner_bench.dart');

Powered by Google App Engine
This is Rietveld 408576698