Chromium Code Reviews| Index: src/frames-inl.h |
| diff --git a/src/frames-inl.h b/src/frames-inl.h |
| index a514632cbef3cd810809c7b24b4b44f7e89a290f..e0c934f46c80368086e18a35a037ab33e9166da3 100644 |
| --- a/src/frames-inl.h |
| +++ b/src/frames-inl.h |
| @@ -255,6 +255,11 @@ inline InternalFrame::InternalFrame(StackFrameIterator* iterator) |
| } |
| +inline StubFailureTrampolineFrame::StubFailureTrampolineFrame( |
| + StackFrameIterator* iterator) : InternalFrame(iterator) { |
| +} |
| + |
| + |
| inline ConstructFrame::ConstructFrame(StackFrameIterator* iterator) |
| : InternalFrame(iterator) { |
| } |