Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 261b9167d79df20cf7e2665204fa17539df064f3..b3344d9a9e6d44259ccc6f94df183212cd83a5dd 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -289,7 +289,7 @@ class PipelineData { |
if (descriptor != nullptr) { |
fixed_frame_size = CalculateFixedFrameSize(descriptor); |
} |
- frame_ = new (instruction_zone()) Frame(fixed_frame_size, descriptor); |
+ frame_ = new (instruction_zone()) Frame(fixed_frame_size); |
} |
void InitializeRegisterAllocationData(const RegisterConfiguration* config, |