| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index 36757c41c63c929067ad2f8f0d8efa4839276aa2..374edcb1002c133c47b238b3c648d68ce20a4b29 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -564,7 +564,7 @@ class CodeStubDescriptor {
|
| return call_descriptor().GetRegisterParameter(index);
|
| }
|
|
|
| - Type* GetParameterType(int index) const {
|
| + MachineType GetParameterType(int index) const {
|
| return call_descriptor().GetParameterType(index);
|
| }
|
|
|
| @@ -3225,6 +3225,7 @@ class ToObjectStub final : public TurboFanCodeStub {
|
| #undef DEFINE_CODE_STUB_BASE
|
|
|
| extern Representation RepresentationFromType(Type* type);
|
| +extern Representation RepresentationFromMachineType(MachineType type);
|
|
|
| } // namespace internal
|
| } // namespace v8
|
|
|