| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 0cbfb3984fb8c59eacfc933504d173153dfda8d5..1ae642079a3e9c915935dba992e5d624e3390ef8 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -256,7 +256,9 @@ namespace internal {
|
| V(infinity_symbol, "Infinity") \
|
| V(minus_infinity_symbol, "-Infinity") \
|
| V(hidden_stack_trace_symbol, "v8::hidden_stack_trace") \
|
| - V(query_colon_symbol, "(?:)")
|
| + V(query_colon_symbol, "(?:)") \
|
| + V(type_symbol, "type") \
|
| + V(oldvalue_symbol, "oldValue")
|
|
|
| // Forward declarations.
|
| class GCTracer;
|
|
|