Index: src/deoptimizer.cc |
diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc |
index 7b957f0d0fda7573d2ca3e144ea82a7c5f425033..69db08644c79969d627ccf4a135746d2279ebbea 100644 |
--- a/src/deoptimizer.cc |
+++ b/src/deoptimizer.cc |
@@ -323,6 +323,8 @@ Deoptimizer::Deoptimizer(Isolate* isolate, |
input_(NULL), |
output_count_(0), |
output_(NULL), |
+ frame_alignment_marker_(isolate->heap()->frame_alignment_marker()), |
+ has_alignment_padding_(0), |
deferred_heap_numbers_(0) { |
if (FLAG_trace_deopt && type != OSR) { |
if (type == DEBUGGER) { |