| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 12413123c09c2a922da3f76a7fbe3679a3dd0609..0a0365e2dfb1a07ae4446ae123cad96ae17c89b4 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4449,10 +4449,10 @@ class Code: public HeapObject {
|
|
|
| static inline Flags ComputeMonomorphicFlags(
|
| Kind kind,
|
| - StubType type,
|
| ExtraICState extra_ic_state = kNoExtraICState,
|
| - InlineCacheHolderFlag holder = OWN_MAP,
|
| - int argc = -1);
|
| + StubType type = NORMAL,
|
| + int argc = -1,
|
| + InlineCacheHolderFlag holder = OWN_MAP);
|
|
|
| static inline InlineCacheState ExtractICStateFromFlags(Flags flags);
|
| static inline StubType ExtractTypeFromFlags(Flags flags);
|
|
|