Chromium Code Reviews| Index: src/heap/objects-visiting.h |
| diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h |
| index 1b788e893b7b23d0236d4acbe5e59ef61bee4f23..b1068198f1dcb59dfc60869ad617f075a8e2cd72 100644 |
| --- a/src/heap/objects-visiting.h |
| +++ b/src/heap/objects-visiting.h |
| @@ -34,6 +34,7 @@ class StaticVisitorBase : public AllStatic { |
| V(FixedDoubleArray) \ |
| V(FixedTypedArray) \ |
| V(FixedFloat64Array) \ |
| + V(FeedbackVector) \ |
| V(NativeContext) \ |
| V(AllocationSite) \ |
| V(DataObject2) \ |