Chromium Code Reviews| Index: src/frames.h |
| diff --git a/src/frames.h b/src/frames.h |
| index ca19b053aa682ddc9e221f12c6d72444f8a983f8..778b803168f4d10629021fd1be3fb09d77db7694 100644 |
| --- a/src/frames.h |
| +++ b/src/frames.h |
| @@ -512,6 +512,8 @@ class JavaScriptFrame: public StandardFrame { |
| return static_cast<JavaScriptFrame*>(frame); |
| } |
| + static void PrintTop(FILE* file, bool print_args, bool print_line_number); |
| + |
| protected: |
| inline explicit JavaScriptFrame(StackFrameIterator* iterator); |