| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index 103693fbf98a3c5b2cd22c1456650ec997c6a03c..4f7bdcd6baa2541d378cea0c0510a852546b2e5d 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -122,7 +122,7 @@ void HydrogenCodeStub::GenerateLightweightMiss(MacroAssembler* masm) {
|
| // Update the static counter each time a new code stub is generated.
|
| isolate()->counters()->code_stubs()->Increment();
|
|
|
| - CodeStubInterfaceDescriptor* descriptor = GetInterfaceDescriptor();
|
| + CodeStubInterfaceDescriptor descriptor = GetInterfaceDescriptor();
|
| int param_count = descriptor->GetEnvironmentParameterCount();
|
| {
|
| // Call the runtime system in a fresh internal frame.
|
|
|