Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: src/frames.h

Issue 8357004: Add flag to tracing element kind transitions (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix nits Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index ca19b053aa682ddc9e221f12c6d72444f8a983f8..8cea8399cd8ebd31474706feec888ae587aea87a 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(bool print_args, bool print_line_number);
+
protected:
inline explicit JavaScriptFrame(StackFrameIterator* iterator);

Powered by Google App Engine
This is Rietveld 408576698