Chromium Code Reviews| Index: runtime/vm/stack_frame.h |
| =================================================================== |
| --- runtime/vm/stack_frame.h (revision 41393) |
| +++ runtime/vm/stack_frame.h (working copy) |
| @@ -150,8 +150,6 @@ |
| bool IsStubFrame() const { return false; } |
| bool IsEntryFrame() const { return true; } |
| - RawContext* SavedContext() const; |
| - |
| // Visit objects in the frame. |
| virtual void VisitObjectPointers(ObjectPointerVisitor* visitor); |