Chromium Code Reviews| Index: src/frames.h |
| diff --git a/src/frames.h b/src/frames.h |
| index 7178bd413a9a19fac7d31c4a07f0c7054a2f5b53..78cdd0cedbd6fb22cc6207c4005cdf9b89d06df6 100644 |
| --- a/src/frames.h |
| +++ b/src/frames.h |
| @@ -211,6 +211,9 @@ class StackFrame BASE_EMBEDDED { |
| virtual void SetCallerFp(Address caller_fp) = 0; |
| + // Manually changes value of fp in this object. |
| + void UpdateFp(Address fp) { state_.fp = fp; } |
| + |
| Address* pc_address() const { return state_.pc_address; } |
| // Get the id of this stack frame. |