mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Fix incremental resolver to work with new task model
R=scheglov@google.com Review URL: https://codereview.chromium.org//1169803003
This commit is contained in:
parent
1763aa3467
commit
c60c313f59
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ class IncrementalResolver {
|
|||
/**
|
||||
* The context the compilation unit being resolved in.
|
||||
*/
|
||||
AnalysisContextImpl _context;
|
||||
AnalysisContext _context;
|
||||
|
||||
/**
|
||||
* The object used to access the types from the core library.
|
||||
|
|
Loading…
Reference in a new issue