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

Unified Diff: src/frames-inl.h

Issue 43693002: Correctly setup exit frame when calling into allocation tracker (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added PrintName Created 7 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-inl.h
diff --git a/src/frames-inl.h b/src/frames-inl.h
index 2b15bfffab7a984a631e4e20fe3eec0dc06a0b0d..6615685bfa0755ea4f00d290b5454a1c7d94a499 100644
--- a/src/frames-inl.h
+++ b/src/frames-inl.h
@@ -310,8 +310,8 @@ inline ConstructFrame::ConstructFrame(StackFrameIteratorBase* iterator)
inline JavaScriptFrameIterator::JavaScriptFrameIterator(
- Isolate* isolate)
- : iterator_(isolate) {
+ Isolate* isolate, bool allow_builtins_on_stack)
+ : iterator_(isolate, allow_builtins_on_stack) {
if (!done()) Advance();
}
« no previous file with comments | « src/frames.cc ('k') | src/x64/code-stubs-x64.cc » ('j') | src/x64/code-stubs-x64.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698