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

Unified Diff: pkg/analyzer/lib/src/generated/incremental_resolver.dart

Issue 1067363003: Tweaks for Element encoding and decoding. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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: pkg/analyzer/lib/src/generated/incremental_resolver.dart
diff --git a/pkg/analyzer/lib/src/generated/incremental_resolver.dart b/pkg/analyzer/lib/src/generated/incremental_resolver.dart
index de06b8241b47ceaac24322e192eff63d505a7ce5..0db8d3e931bbc0c0dc8fafb39dd7a0a027c33baa 100644
--- a/pkg/analyzer/lib/src/generated/incremental_resolver.dart
+++ b/pkg/analyzer/lib/src/generated/incremental_resolver.dart
@@ -810,7 +810,7 @@ class IncrementalResolver {
/**
* The element for the library containing the compilation unit being resolved.
*/
- LibraryElement _definingLibrary;
+ LibraryElementImpl _definingLibrary;
/**
* The [DartEntry] corresponding to the source being resolved.
@@ -894,6 +894,8 @@ class IncrementalResolver {
_generateLints(rootNode);
// update entry errors
_updateEntry();
+ // notify library
+ _definingLibrary.afterIncrementalResolution();
// OK
return true;
} finally {

Powered by Google App Engine
This is Rietveld 408576698