Index: src/v8globals.h |
diff --git a/src/v8globals.h b/src/v8globals.h |
index 471c9ed32642d65110095e67a0a5a4f50af2dae8..af1d3aaa1fbf1ba2cae11a3a541a121425f8dc96 100644 |
--- a/src/v8globals.h |
+++ b/src/v8globals.h |
@@ -94,6 +94,7 @@ const uint32_t kDebugZapValue = 0xbadbaddb; |
const uint32_t kFreeListZapValue = 0xfeed1eaf; |
#endif |
+const int kCodeZapValue = 0xbadc0de; |
// Number of bits to represent the page size for paged spaces. The value of 20 |
// gives 1Mb bytes per page. |