| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/cache/HtmlEntry.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/cache/HtmlEntry.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/cache/HtmlEntry.java
|
| index eaf00027055458a0999d677e90666388db92b2f1..ee3e0c620f08a4c7261dcada8812795a9c717b37 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/cache/HtmlEntry.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/cache/HtmlEntry.java
|
| @@ -35,7 +35,13 @@ public interface HtmlEntry extends SourceEntry {
|
| * The data descriptor representing the hints resulting from auditing the source.
|
| */
|
| public static final DataDescriptor<AnalysisError[]> HINTS = new DataDescriptor<AnalysisError[]>(
|
| - "DartEntry.HINTS");
|
| + "HtmlEntry.HINTS");
|
| +
|
| + /**
|
| + * The data descriptor representing the errors resulting from parsing the source.
|
| + */
|
| + public static final DataDescriptor<AnalysisError[]> PARSE_ERRORS = new DataDescriptor<AnalysisError[]>(
|
| + "HtmlEntry.PARSE_ERRORS");
|
|
|
| /**
|
| * The data descriptor representing the parsed AST structure.
|
|
|