| Index: runtime/vm/kernel_to_il.h
|
| diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
|
| index 959197744ac81bf629441c604af5ff272aac5596..a6e45500d329ccc14c287acf8f97e491de52b8da 100644
|
| --- a/runtime/vm/kernel_to_il.h
|
| +++ b/runtime/vm/kernel_to_il.h
|
| @@ -504,6 +504,8 @@ class DartTypeTranslator : public DartTypeVisitor {
|
|
|
| virtual void VisitVoidType(VoidType* node);
|
|
|
| + virtual void VisitVectorType(VectorType* node);
|
| +
|
| virtual void VisitBottomType(BottomType* node);
|
|
|
| // Will return `TypeArguments::null()` in case any of the arguments are
|
|
|