Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 486873f6f580dc225203f9ead60b34808c520012..0414f0b7eed71e54128c4ada075fe99dfa4ed687 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1002,6 +1002,7 @@ template <class C> inline bool Is(Object* obj); |
V(ConstantElementsPair) \ |
V(Constructor) \ |
V(Context) \ |
+ V(CoverageInfo) \ |
V(DeoptimizationInputData) \ |
V(DeoptimizationOutputData) \ |
V(DependentCode) \ |