Chromium Code Reviews| Index: runtime/vm/stack_frame.h |
| =================================================================== |
| --- runtime/vm/stack_frame.h (revision 27137) |
| +++ runtime/vm/stack_frame.h (working copy) |
| @@ -261,7 +261,7 @@ |
| // other functions). |
| class InlinedFunctionsIterator : public ValueObject { |
| public: |
| - explicit InlinedFunctionsIterator(StackFrame* frame); |
| + InlinedFunctionsIterator(const Code& code, uword pc); |
| bool Done() const { return index_ == -1; } |
| void Advance(); |