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:
Brian Wilkerson 2015-06-08 12:56:58 -07:00
parent 1763aa3467
commit c60c313f59

View file

@ -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.