| 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 e44c6ffb3120c61bc62d7a0093ae760db942e876..4917fb0d52788e1bfb9a5a9ace00ec3b8163e17d 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
|
| @@ -2470,6 +2470,7 @@ public class AnalysisContextImpl implements InternalAnalysisContext {
|
| HtmlUnit unit = task.getHtmlUnit();
|
| htmlCopy.setValue(SourceEntry.LINE_INFO, lineInfo);
|
| htmlCopy.setValue(HtmlEntry.PARSED_UNIT, unit);
|
| + htmlCopy.setValue(HtmlEntry.PARSE_ERRORS, task.getErrors());
|
| htmlCopy.setValue(HtmlEntry.REFERENCED_LIBRARIES, task.getReferencedLibraries());
|
|
|
| ChangeNoticeImpl notice = getNotice(source);
|
|
|