| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index fcec005695ef66f139627e525d1382b448f28848..0a95261875003c3cf374bf08a4ef01226f258bfb 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") \
|
|
|