| 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) {
|
| }
|
|
|