| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index dcf7bdea0ac812972304bd382d52b0a1f4c5eff2..06f93040925c85118914093b2769ac2fc7f5b3f6 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -261,7 +261,7 @@ namespace internal {
|
| V(toJSON_string, "toJSON") \
|
| V(KeyedLoadMonomorphic_string, "KeyedLoadMonomorphic") \
|
| V(KeyedStoreMonomorphic_string, "KeyedStoreMonomorphic") \
|
| - V(stack_overflow_string, "kStackOverflowBoilerplate") \
|
| + V(stack_overflow_string, "$stackOverflowBoilerplate") \
|
| V(illegal_access_string, "illegal access") \
|
| V(cell_value_string, "%cell_value") \
|
| V(illegal_argument_string, "illegal argument") \
|
|
|