Chromium Code Reviews| Index: src/runtime-profiler.cc |
| =================================================================== |
| --- src/runtime-profiler.cc (revision 7511) |
| +++ src/runtime-profiler.cc (working copy) |
| @@ -258,7 +258,7 @@ |
| JSFunction* samples[kSamplerFrameCount]; |
| int sample_count = 0; |
| int frame_count = 0; |
| - for (JavaScriptFrameIterator it; |
| + for (JavaScriptFrameIterator it(isolate_); |
| frame_count++ < kSamplerFrameCount && !it.done(); |
| it.Advance()) { |
| JavaScriptFrame* frame = it.frame(); |