| Index: src/frames.cc
|
| diff --git a/src/frames.cc b/src/frames.cc
|
| index 90610fafb67500e67ce868e13e21276212831ad8..4a5a7246a5d2a4f2a2695ca18082ca9aa9548c2f 100644
|
| --- a/src/frames.cc
|
| +++ b/src/frames.cc
|
| @@ -504,6 +504,7 @@ StackFrame::Type StackFrame::ComputeType(const StackFrameIteratorBase* iterator,
|
| case ENTRY:
|
| case ENTRY_CONSTRUCT:
|
| case EXIT:
|
| + case BUILTIN_CONTINUATION:
|
| case BUILTIN_EXIT:
|
| case STUB:
|
| case STUB_FAILURE_TRAMPOLINE:
|
| @@ -803,6 +804,7 @@ void StandardFrame::IterateCompiledFrame(RootVisitor* v) const {
|
| case ENTRY:
|
| case ENTRY_CONSTRUCT:
|
| case EXIT:
|
| + case BUILTIN_CONTINUATION:
|
| case BUILTIN_EXIT:
|
| case STUB_FAILURE_TRAMPOLINE:
|
| case ARGUMENTS_ADAPTOR:
|
|
|