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

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

Issue 10091028: Fix type warnings and a few other warnings, and probably even an error. (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
« no previous file with comments | « lib/compiler/implementation/scanner/parser.dart ('k') | lib/compiler/implementation/ssa/tracer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/scanner/parser_bench.dart
diff --git a/lib/compiler/implementation/scanner/parser_bench.dart b/lib/compiler/implementation/scanner/parser_bench.dart
index a81632f9f0cc821aafae661530e3ee5cee4d1006..c8f6cc0bba521e64f0bf442f1318e0ce48b8de24 100644
--- a/lib/compiler/implementation/scanner/parser_bench.dart
+++ b/lib/compiler/implementation/scanner/parser_bench.dart
@@ -12,7 +12,7 @@ class ParserBench extends BaseParserBench {
Token scanFileNamed(String filename) {
Token token;
getBytes(filename, (bytes) {
- Scanner scanner = makeScanner(bytes);
+ AbstractScanner scanner = makeScanner(bytes);
try {
token = scanner.tokenize();
printTokens(token);
« no previous file with comments | « lib/compiler/implementation/scanner/parser.dart ('k') | lib/compiler/implementation/ssa/tracer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698