Index: src/objects-visiting.h |
diff --git a/src/objects-visiting.h b/src/objects-visiting.h |
index c4d1cc3be1d13cdb4b3e7b217c5d231a2db158f3..c763d0c325651b18ae16c45c6ba5de4363fc0789 100644 |
--- a/src/objects-visiting.h |
+++ b/src/objects-visiting.h |
@@ -88,6 +88,7 @@ class StaticVisitorBase : public AllStatic { |
V(Oddball) \ |
V(Code) \ |
V(Map) \ |
+ V(Cell) \ |
V(PropertyCell) \ |
V(SharedFunctionInfo) \ |
V(JSFunction) \ |