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

Unified Diff: src/platform.h

Issue 23890030: Rollback trunk to 3.21.15. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 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
« no previous file with comments | « src/objects-debug.cc ('k') | src/platform-cygwin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index aa50cb4c7230f4dcfa9768faaddb0a4ed80e0b30..ee8fb92910be295b2dc68c711be979adf7388ec6 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -264,6 +264,8 @@ class OS {
char text[kStackWalkMaxTextLen];
};
+ static int StackWalk(Vector<StackFrame> frames);
+
class MemoryMappedFile {
public:
static MemoryMappedFile* open(const char* name);
« no previous file with comments | « src/objects-debug.cc ('k') | src/platform-cygwin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698