| Index: dart/lib/compiler/implementation/source_file.dart
|
| diff --git a/dart/lib/compiler/implementation/source_file.dart b/dart/lib/compiler/implementation/source_file.dart
|
| index 222420c457e2b7343000e4964886f3cb20c8626d..d283ab37879ac9c8e56b2b8a425e8a52f367fe32 100644
|
| --- a/dart/lib/compiler/implementation/source_file.dart
|
| +++ b/dart/lib/compiler/implementation/source_file.dart
|
| @@ -21,7 +21,7 @@ class SourceFile {
|
|
|
| SourceFile(this.filename, this.text);
|
|
|
| - List<int> get lineStarts() {
|
| + List<int> get lineStarts {
|
| if (_lineStarts == null) {
|
| var starts = [0];
|
| var index = 0;
|
|
|