Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index dcbddf51eb7bd35da86dc451f1c2025eed65a84b..52ff64abadc337c80c6a8bd393fe2ed731ea1c79 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -261,7 +261,6 @@ namespace internal { |
| V(map_field_string, "%map") \ |
| V(elements_field_string, "%elements") \ |
| V(length_field_string, "%length") \ |
| - V(cell_value_string, "%cell_value") \ |
| V(function_class_string, "Function") \ |
| V(properties_field_symbol, "%properties") \ |
| V(payload_field_symbol, "%payload") \ |