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