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

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

Issue 9956171: Minor fixes to remove some warnings. (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 | « no previous file | lib/compiler/implementation/scanner/parser_bench.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/scanner/d8_scanner_bench.dart
diff --git a/lib/compiler/implementation/scanner/d8_scanner_bench.dart b/lib/compiler/implementation/scanner/d8_scanner_bench.dart
index 2296978d29693a8de3a31039ef7c8f5c051d7462..a722ec625a96ba21369e168c67c90a0a3a5d647e 100644
--- a/lib/compiler/implementation/scanner/d8_scanner_bench.dart
+++ b/lib/compiler/implementation/scanner/d8_scanner_bench.dart
@@ -18,7 +18,7 @@ class D8ScannerBench extends ScannerBench {
return s.length;
}
- Scanner makeScanner(bytes) => new StringScanner(bytes);
+ StringScanner makeScanner(bytes) => new StringScanner(bytes);
void checkExistence(String filename) {
}
« no previous file with comments | « no previous file | lib/compiler/implementation/scanner/parser_bench.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698