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 85574feb1940361f0fac7e469aba2c9765473e03..8cff98b4b1c80ed16b79466a26a72effb1a7fe19 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; |