| Index: pkg/front_end/lib/compilation_error.dart
|
| diff --git a/pkg/front_end/lib/compilation_error.dart b/pkg/front_end/lib/compilation_error.dart
|
| index 95b5ef9a405cb3bec56c7612303927bdef4623af..a2385759482cb147c1b7e8061fee76fd03712f28 100644
|
| --- a/pkg/front_end/lib/compilation_error.dart
|
| +++ b/pkg/front_end/lib/compilation_error.dart
|
| @@ -19,7 +19,7 @@ abstract class CompilationError {
|
| String get correction;
|
|
|
| /// The source location where the error occurred.
|
| - SourceSpan get span;
|
| + SourceSpan get location;
|
|
|
| /// A text description of the compile error.
|
| String get message;
|
|
|