Chromium Code Reviews| Index: vm/stack_frame_test.cc |
| =================================================================== |
| --- vm/stack_frame_test.cc (revision 6919) |
| +++ vm/stack_frame_test.cc (working copy) |
| @@ -86,7 +86,7 @@ |
| int frame_index = frame_index_smi.Value(); |
| int count = 0; |
| DartFrameIterator frames; |
| - DartFrame* frame = frames.NextFrame(); |
| + StackFrame* frame = frames.NextFrame(); |
| while (frame != NULL) { |
| if (count == frame_index) { |
| // Find the function corresponding to this frame and check if it |