Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index dfc2e26af4c67a7d0062a01cd6939d2927e28859..c153b38402ec28a20c662bbaba3efaac71bbe0b9 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -306,6 +306,7 @@ |
| V(ObjectIsString) \ |
| V(ObjectIsUndetectable) \ |
| V(EnsureWritableFastElements) \ |
| + V(MaybeGrowFastElements) \ |
| V(TransitionElementsKind) |
| #define SIMPLIFIED_OP_LIST(V) \ |