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