Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 8f9f18c776e218b941c66888e47d0af59319cabe..4c32213aa7ab5d0ff6d2b45e0ad77f3c47016ef7 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -743,6 +743,7 @@ class MaybeObject BASE_EMBEDDED { |
V(FixedDoubleArray) \ |
V(Context) \ |
V(GlobalContext) \ |
+ V(SerializedScopeInfo) \ |
V(JSFunction) \ |
V(Code) \ |
V(Oddball) \ |