| Index: src/deoptimizer.h
|
| diff --git a/src/deoptimizer.h b/src/deoptimizer.h
|
| index 4aa6a50c6ef78aa9449ebd010396196776df7e7f..5d401deedd6c8d9f06c15b7f9b61a3f352680176 100644
|
| --- a/src/deoptimizer.h
|
| +++ b/src/deoptimizer.h
|
| @@ -379,7 +379,7 @@ class Deoptimizer : public Malloced {
|
| // Fill the given output frame's registers to contain the failure handler
|
| // address and the number of parameters for a stub failure trampoline.
|
| void SetPlatformCompiledStubRegisters(FrameDescription* output_frame,
|
| - CodeStubInterfaceDescriptor* desc);
|
| + CodeStubDescriptor* desc);
|
|
|
| // Fill the given output frame's double registers with the original values
|
| // from the input frame's double registers.
|
|
|