Chromium Code Reviews| Index: src/globals.h | 
| diff --git a/src/globals.h b/src/globals.h | 
| index 27115651b38376df83575dd32c51cd284c3c74a4..a5b43792011378a814e848538307e32c6ebd9167 100644 | 
| --- a/src/globals.h | 
| +++ b/src/globals.h | 
| @@ -476,7 +476,8 @@ enum VisitMode { | 
| VISIT_ALL_IN_SCAVENGE, | 
| VISIT_ALL_IN_SWEEP_NEWSPACE, | 
| VISIT_ONLY_STRONG, | 
| - VISIT_ONLY_STRONG_FOR_SERIALIZATION | 
| + VISIT_ONLY_STRONG_FOR_SERIALIZATION, | 
| + VISIT_ONLY_STRONG_ROOT_LIST, | 
| }; | 
| // Flag indicating whether code is built into the VM (one of the natives files). |