Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java

Issue 14050010: New analyzer_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8e136a156ab2eee43e3b0b2b141f9347a81ab91e..6f0177791ae81f67ce33d3fe45dc4140065fe3f0 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
@@ -1608,7 +1608,7 @@ public class AnalysisContextImpl implements InternalAnalysisContext {
if (sourceEntry instanceof HtmlEntry) {
HtmlEntryImpl htmlEntry = (HtmlEntryImpl) sourceEntry;
htmlEntry.setState(HtmlEntry.ELEMENT, CacheState.INVALID);
- htmlEntry.setState(HtmlEntry.LINE_INFO, CacheState.INVALID);
+ htmlEntry.setState(SourceEntry.LINE_INFO, CacheState.INVALID);
htmlEntry.setState(HtmlEntry.PARSED_UNIT, CacheState.INVALID);
htmlEntry.setState(HtmlEntry.REFERENCED_LIBRARIES, CacheState.INVALID);
htmlEntry.setState(HtmlEntry.RESOLVED_UNIT, CacheState.INVALID);

Powered by Google App Engine
This is Rietveld 408576698