| Index: pkg/analysis_server/test/performance/instrumentation_input_converter.dart
|
| diff --git a/pkg/analysis_server/test/performance/instrumentation_input_converter.dart b/pkg/analysis_server/test/performance/instrumentation_input_converter.dart
|
| index e5788c919b14247296a6292f880cbd64b283d8de..b0f9c6185eec9cde7d744b5616da338dce1defd8 100644
|
| --- a/pkg/analysis_server/test/performance/instrumentation_input_converter.dart
|
| +++ b/pkg/analysis_server/test/performance/instrumentation_input_converter.dart
|
| @@ -29,8 +29,9 @@ class InstrumentationInputConverter extends CommonInputConverter {
|
| */
|
| StringBuffer readBuffer = null;
|
|
|
| - InstrumentationInputConverter(Map<String, String> srcPathMap)
|
| - : super(srcPathMap);
|
| + InstrumentationInputConverter(
|
| + String tmpSrcDirPath, Map<String, String> srcPathMap)
|
| + : super(tmpSrcDirPath, srcPathMap);
|
|
|
| @override
|
| Operation convert(String line) {
|
|
|