| Index: src/interface-descriptors.h
|
| diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
|
| index ceb6b69b9092e605f4b0d51513533c57acd2d36f..2c5ac4b052d8fb17702b099515c762380e072fb5 100644
|
| --- a/src/interface-descriptors.h
|
| +++ b/src/interface-descriptors.h
|
| @@ -224,12 +224,12 @@ class CallInterfaceDescriptor {
|
| static inline CallDescriptors::Key key();
|
|
|
|
|
| -#define DECLARE_DESCRIPTOR_WITH_CUSTOM_FUNCTION_TYPE(name, base) \
|
| - DECLARE_DESCRIPTOR(name, base) \
|
| - protected: \
|
| - virtual Type::FunctionType* BuildCallInterfaceDescriptorFunctionType( \
|
| - Isolate* isolate, int register_param_count) override; \
|
| - \
|
| +#define DECLARE_DESCRIPTOR_WITH_CUSTOM_FUNCTION_TYPE(name, base) \
|
| + DECLARE_DESCRIPTOR(name, base) \
|
| + protected: \
|
| + Type::FunctionType* BuildCallInterfaceDescriptorFunctionType( \
|
| + Isolate* isolate, int register_param_count) override; \
|
| + \
|
| public:
|
| // LoadDescriptor is used by all stubs that implement Load/KeyedLoad ICs.
|
| class LoadDescriptor : public CallInterfaceDescriptor {
|
|
|