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

Unified Diff: src/frames.h

Issue 14650002: frames.h/cc cleanup (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 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 | « no previous file | src/frames.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index 678191b950a0172a37f62a78fb9533f977502613..4e78572c24d01cd1ea4c280c79b0e2c00db7555a 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -969,9 +969,8 @@ typedef JavaScriptFrameIteratorTemp<SafeStackFrameIterator>
class SafeStackTraceFrameIterator: public SafeJavaScriptFrameIterator {
public:
- explicit SafeStackTraceFrameIterator(Isolate* isolate,
- Address fp, Address sp,
- Address low_bound, Address high_bound);
+ SafeStackTraceFrameIterator(Isolate* isolate, Address fp, Address sp,
Jakob Kummerow 2013/04/30 13:30:31 nit: for method/ctor definitions, one line per arg
yurys 2013/04/30 14:37:05 Done.
+ Address low_bound, Address high_bound);
void Advance();
};
« no previous file with comments | « no previous file | src/frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698