Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index a69c539911da64045d1cae9f109e7847d2d83b07..4f7d92f6ed8b16636a9f7e7388d2d3fe492f4869 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -5936,7 +5936,7 @@ bool Heap::IdleGlobalGC() { |
void Heap::Print() { |
if (!HasBeenSetUp()) return; |
- isolate()->PrintStack(); |
+ isolate()->PrintStack(stdout); |
AllSpaces spaces(this); |
for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { |
space->Print(); |