Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index 03eb99e15d6108c93ada50092a4265934cedd79c..c5fbac25cebe4ab22717e8189c0742faab17c970 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -288,6 +288,7 @@ const uint32_t kFreeListZapValue = 0xfeed1eaf; |
| #endif |
| const int kCodeZapValue = 0xbadc0de; |
| +const uint32_t kPhantomReferenceZap = 0xca11bac; |
| // On Intel architecture, cache line size is 64 bytes. |
| // On ARM it may be less (32 bytes), but as far this constant is |