| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 0f586e9284e5554a97911982c4c441dc2e44aaec..d241fa02c3d602d1f379ccac6349b44b773b31dc 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -349,11 +349,7 @@ namespace internal {
|
| V(MakeReferenceError_string, "MakeReferenceError") \
|
| V(MakeSyntaxError_string, "MakeSyntaxError") \
|
| V(MakeTypeError_string, "MakeTypeError") \
|
| - V(illegal_return_string, "illegal_return") \
|
| - V(illegal_break_string, "illegal_break") \
|
| - V(illegal_continue_string, "illegal_continue") \
|
| V(unknown_label_string, "unknown_label") \
|
| - V(redeclaration_string, "redeclaration") \
|
| V(space_string, " ") \
|
| V(exec_string, "exec") \
|
| V(zero_string, "0") \
|
|
|