| Index: src/ic/accessor-assembler.h
|
| diff --git a/src/ic/accessor-assembler.h b/src/ic/accessor-assembler.h
|
| index a3fe4ea66225d91f79ada4e4440d21a82685d438..92784fd5cf6bf7dc5e23e90a4daa4a92cd333523 100644
|
| --- a/src/ic/accessor-assembler.h
|
| +++ b/src/ic/accessor-assembler.h
|
| @@ -170,7 +170,7 @@ class AccessorAssembler : public CodeStubAssembler {
|
|
|
| void StoreNamedField(Node* handler_word, Node* object, bool is_inobject,
|
| Representation representation, Node* value,
|
| - bool transition_to_field);
|
| + bool transition_to_field, Label* bailout);
|
|
|
| void EmitFastElementsBoundsCheck(Node* object, Node* elements,
|
| Node* intptr_index,
|
|
|