| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 18894c1d56123f99fe02df5967ea06ffdac8a857..ff90672c0c8e7624066ff4fc540404e1aee8a41d 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -3795,10 +3795,10 @@ Code::Flags Code::ComputeFlags(Kind kind,
|
|
|
|
|
| Code::Flags Code::ComputeMonomorphicFlags(Kind kind,
|
| - StubType type,
|
| ExtraICState extra_ic_state,
|
| - InlineCacheHolderFlag holder,
|
| - int argc) {
|
| + StubType type,
|
| + int argc,
|
| + InlineCacheHolderFlag holder) {
|
| return ComputeFlags(kind, MONOMORPHIC, extra_ic_state, type, argc, holder);
|
| }
|
|
|
|
|