| Index: runtime/observatory/lib/src/service/object.dart
|
| diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
|
| index 4110e923f26e074f58201e5b51d69a976ca3f22c..f6219abe4c00353ad9d71aa7bf52b7f5cddfb03e 100644
|
| --- a/runtime/observatory/lib/src/service/object.dart
|
| +++ b/runtime/observatory/lib/src/service/object.dart
|
| @@ -426,7 +426,7 @@ abstract class Location {
|
|
|
| /// A [SourceLocation] represents a location or range in the source code.
|
| class SourceLocation extends ServiceObject implements Location,
|
| - M.SourceLocation {
|
| + M.SourceLocation {
|
| Script script;
|
| int tokenPos;
|
| int endTokenPos;
|
|
|