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

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

Issue 173523002: Version 1.2.0-dev.5.12 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | dart/runtime/bin/socket_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java
===================================================================
--- dart/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java (revision 32843)
+++ dart/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java (working copy)
@@ -3680,8 +3680,8 @@
invalidateLibraryResolution(library, writer);
}
- removeFromParts(source, ((DartEntry) sourceEntry));
- DartEntryImpl dartCopy = ((DartEntry) sourceEntry).getWritableCopy();
+ removeFromParts(source, ((DartEntry) cache.get(source)));
+ DartEntryImpl dartCopy = ((DartEntry) cache.get(source)).getWritableCopy();
dartCopy.setModificationTime(source.getModificationStamp());
dartCopy.invalidateAllInformation();
cache.put(source, dartCopy);
« no previous file with comments | « no previous file | dart/runtime/bin/socket_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698