| Index: src/arm/code-stubs-arm.cc
|
| diff --git a/src/arm/code-stubs-arm.cc b/src/arm/code-stubs-arm.cc
|
| index ab7c8dfd2e1df392fdecd4999837dcf5ba9fedd6..f60a0653c5c9ec2be13a59778d58c73c9007b07b 100644
|
| --- a/src/arm/code-stubs-arm.cc
|
| +++ b/src/arm/code-stubs-arm.cc
|
| @@ -3723,7 +3723,7 @@ void BinaryOpICWithAllocationSiteStub::Generate(MacroAssembler* masm) {
|
|
|
| // Tail call into the stub that handles binary operations with allocation
|
| // sites.
|
| - BinaryOpWithAllocationSiteStub stub(isolate(), state_);
|
| + BinaryOpWithAllocationSiteStub stub(isolate(), state());
|
| __ TailCallStub(&stub);
|
| }
|
|
|
|
|