| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index 4a5d84475570681988000f10de56453d51b72170..f959abff5625fd78e0776cd8514932011b167089 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -107,7 +107,7 @@ class Precompiler : public ValueObject {
|
| void AddClosureCall(const ICData& call_site);
|
| void AddField(const Field& field);
|
| void AddFunction(const Function& function);
|
| - void AddClass(const Class& cls);
|
| + void AddInstantiatedClass(const Class& cls);
|
| void AddSelector(const String& selector);
|
| bool IsSent(const String& selector);
|
|
|
|
|