| Index: src/x87/code-stubs-x87.cc
|
| diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc
|
| index 0e52a02be98d7ca9b66a2aa62b988ff85e30f377..ada794dd3f72b61c68b668b6c1eabc466e6dca7f 100644
|
| --- a/src/x87/code-stubs-x87.cc
|
| +++ b/src/x87/code-stubs-x87.cc
|
| @@ -3178,14 +3178,14 @@ void StubFailureTrampolineStub::Generate(MacroAssembler* masm) {
|
|
|
| void LoadICTrampolineStub::Generate(MacroAssembler* masm) {
|
| __ EmitLoadTypeFeedbackVector(LoadWithVectorDescriptor::VectorRegister());
|
| - LoadICStub stub(isolate(), state());
|
| + LoadICStub stub(isolate());
|
| stub.GenerateForTrampoline(masm);
|
| }
|
|
|
|
|
| void KeyedLoadICTrampolineStub::Generate(MacroAssembler* masm) {
|
| __ EmitLoadTypeFeedbackVector(LoadWithVectorDescriptor::VectorRegister());
|
| - KeyedLoadICStub stub(isolate(), state());
|
| + KeyedLoadICStub stub(isolate());
|
| stub.GenerateForTrampoline(masm);
|
| }
|
|
|
|
|