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

Unified Diff: src/frames-inl.h

Issue 12093089: Support pass-through of stub caller arguments (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix bugs Created 7 years, 10 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 e0c934f46c80368086e18a35a037ab33e9166da3..83b37a5fe53a81f294d411e9381b8b9d555e6250 100644
--- a/src/frames-inl.h
+++ b/src/frames-inl.h
@@ -256,7 +256,7 @@ inline InternalFrame::InternalFrame(StackFrameIterator* iterator)
inline StubFailureTrampolineFrame::StubFailureTrampolineFrame(
- StackFrameIterator* iterator) : InternalFrame(iterator) {
+ StackFrameIterator* iterator) : StandardFrame(iterator) {
}
« src/frames.cc ('K') | « src/frames.cc ('k') | src/hydrogen-instructions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698