Chromium Code Reviews| Index: src/frames.cc |
| diff --git a/src/frames.cc b/src/frames.cc |
| index a389df4b5570258745facc99619247f5c8ad3f42..aaf8c79e23256a12d4d3a7fe7bce939f9f604ff8 100644 |
| --- a/src/frames.cc |
| +++ b/src/frames.cc |
| @@ -168,6 +168,7 @@ void StackFrameIterator::Reset() { |
| reinterpret_cast<Address*>(StandardFrame::ComputePCAddress(fp_))); |
| type = StackFrame::ComputeType(isolate(), &state); |
| } |
| + if (SingletonFor(type) == NULL) return; |
| frame_ = SingletonFor(type, &state); |
| } |