Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 4c1d204cc9e6666affd9225d717302207d1ca4d6..a0e50b070a9b5339aef5d6c7567598497adeac2e 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -238,6 +238,7 @@ namespace internal { |
V(default_string, "default") \ |
V(defineProperty_string, "defineProperty") \ |
V(deleteProperty_string, "deleteProperty") \ |
+ V(display_name_string, "displayName") \ |
V(done_string, "done") \ |
V(dot_result_string, ".result") \ |
V(dot_string, ".") \ |