| Index: src/compiler/linkage.h
|
| diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h
|
| index 45baa300bc19cdeee367dc1159a7a343fac50222..d20d1b8d051272cfd229ab97d99ef9e9b3f9623a 100644
|
| --- a/src/compiler/linkage.h
|
| +++ b/src/compiler/linkage.h
|
| @@ -185,7 +185,8 @@ class Linkage : public ZoneObject {
|
| CallDescriptor* GetIncomingDescriptor() const { return incoming_; }
|
| CallDescriptor* GetJSCallDescriptor(int parameter_count,
|
| CallDescriptor::Flags flags) const;
|
| - static CallDescriptor* GetJSCallDescriptor(Zone* zone, int parameter_count,
|
| + static CallDescriptor* GetJSCallDescriptor(Zone* zone, bool is_osr,
|
| + int parameter_count,
|
| CallDescriptor::Flags flags);
|
| CallDescriptor* GetRuntimeCallDescriptor(
|
| Runtime::FunctionId function, int parameter_count,
|
|
|