Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 095113c40da56f397fbecbdc8f8b6d261ee38295..5b7fc81a8dec7c5bbf034e76f737480f45f441e0 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -45,7 +45,6 @@ void KeyedLoadFastElementStub::InitializeInterfaceDescriptor( |
static Register registers[] = { rdx, rax }; |
descriptor->register_param_count_ = 2; |
descriptor->register_params_ = registers; |
- descriptor->stack_parameter_count_ = NULL; |
descriptor->deoptimization_handler_ = |
FUNCTION_ADDR(KeyedLoadIC_MissFromStubFailure); |
} |