Chromium Code Reviews| Index: src/heap-symbols.h |
| diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
| index 8605cb983cf4178a3165379ca7538ab895670215..7306275498b19738472993ebc0a0994cc5e5ed6b 100644 |
| --- a/src/heap-symbols.h |
| +++ b/src/heap-symbols.h |
| @@ -61,6 +61,7 @@ |
| V(eval_string, "eval") \ |
| V(EvalError_string, "EvalError") \ |
| V(false_string, "false") \ |
| + V(flags_string, "flags") \ |
| V(float32x4_string, "float32x4") \ |
| V(Float32x4_string, "Float32x4") \ |
| V(for_api_string, "for_api") \ |