| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java
|
| index 1e10aed1e4c7c4e52aa9ca51bb6fe489e278b1cc..319e4e4c6ddce814f4b1d9128c3d1496b756fbaf 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java
|
| @@ -862,7 +862,7 @@ public class AnalysisContextImpl implements InternalAnalysisContext {
|
| statistics.putCacheItem(dartEntry, DartEntry.PARSE_ERRORS);
|
| statistics.putCacheItem(dartEntry, DartEntry.PARSED_UNIT);
|
| statistics.putCacheItem(dartEntry, DartEntry.SOURCE_KIND);
|
| - statistics.putCacheItem(dartEntry, DartEntry.LINE_INFO);
|
| + statistics.putCacheItem(dartEntry, SourceEntry.LINE_INFO);
|
| if (kind == SourceKind.LIBRARY) {
|
| statistics.putCacheItem(dartEntry, DartEntry.ELEMENT);
|
| statistics.putCacheItem(dartEntry, DartEntry.EXPORTED_LIBRARIES);
|
|
|