Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3f229a85bf308af1ba5cdb9d6b1d8847c49f0968..0e065e67852d0368a5f8db95fb60e303a88b9471 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4763,6 +4763,7 @@ class Code: public HeapObject { |
V(FUNCTION) \ |
V(OPTIMIZED_FUNCTION) \ |
V(STUB) \ |
+ V(HANDLER) \ |
V(BUILTIN) \ |
V(REGEXP) |