Chromium Code Reviews| Index: src/debug/debug-frames.h |
| diff --git a/src/debug/debug-frames.h b/src/debug/debug-frames.h |
| index c938f67f313d56ab2f180ab649434a1181bef677..c04fd2b6bf6491a7b14a2a5ccddbe6f5d3323ae5 100644 |
| --- a/src/debug/debug-frames.h |
| +++ b/src/debug/debug-frames.h |
| @@ -48,6 +48,7 @@ class FrameInspector { |
| DeoptimizedFrameInfo* deoptimized_frame_; |
| Isolate* isolate_; |
| bool is_optimized_; |
| + bool is_interpreted_; |
| bool is_bottommost_; |
| bool has_adapted_arguments_; |