Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 94a55424223f95677bfe1ced154c70c6fb1f2881..e49e000ae43d5ee052a17fe72f9063528e9f08c7 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -343,7 +343,8 @@ |
| V(ArrayBufferWasNeutered) \ |
| V(EnsureWritableFastElements) \ |
| V(MaybeGrowFastElements) \ |
| - V(TransitionElementsKind) |
| + V(TransitionElementsKind) \ |
| + V(TypeOfIsFunction) |
| #define SIMPLIFIED_OP_LIST(V) \ |
| SIMPLIFIED_CHANGE_OP_LIST(V) \ |