| Index: pkg/analysis_server/test/performance/log_file_input_converter.dart
|
| diff --git a/pkg/analysis_server/test/performance/log_file_input_converter.dart b/pkg/analysis_server/test/performance/log_file_input_converter.dart
|
| index 6e36b324b827c18a630d655506d2dedcf194202d..c15c450165b49b59aa5da07fc25776b7c3907a5b 100644
|
| --- a/pkg/analysis_server/test/performance/log_file_input_converter.dart
|
| +++ b/pkg/analysis_server/test/performance/log_file_input_converter.dart
|
| @@ -23,7 +23,8 @@ final int ZERO = '0'.codeUnitAt(0);
|
| * into a series of operations to be sent to the analysis server.
|
| */
|
| class LogFileInputConverter extends CommonInputConverter {
|
| - LogFileInputConverter(Map<String, String> srcPathMap) : super(srcPathMap);
|
| + LogFileInputConverter(String tmpSrcDirPath, Map<String, String> srcPathMap)
|
| + : super(tmpSrcDirPath, srcPathMap);
|
|
|
| @override
|
| Operation convert(String line) {
|
|
|