| Index: pkg/front_end/lib/src/base/instrumentation.dart
|
| diff --git a/pkg/front_end/lib/src/base/instrumentation.dart b/pkg/front_end/lib/src/base/instrumentation.dart
|
| index c4407aace69840b20df38e4c783b3c0ca64e23b7..8957d9f7e02da380d000f8153b6ff8493948e7ac 100644
|
| --- a/pkg/front_end/lib/src/base/instrumentation.dart
|
| +++ b/pkg/front_end/lib/src/base/instrumentation.dart
|
| @@ -8,7 +8,7 @@ import 'package:kernel/ast.dart';
|
| /// with source file locations. Intended to facilitate testing.
|
| abstract class Instrumentation {
|
| /// Records a property/value pair associated with the given URI and offset.
|
| - void record(String property, Uri uri, int offset, InstrumentationValue value);
|
| + void record(Uri uri, int offset, String property, InstrumentationValue value);
|
| }
|
|
|
| /// Interface for values recorded by [Instrumentation].
|
|
|