Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 807d9826f09d46994c3a769f723414a60c089cc8..02c3e6f1f5448160c2dba7116bed17464018cedc 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -139,6 +139,7 @@ |
| V(JSCallConstruct) \ |
| V(JSCallFunction) \ |
| V(JSCallRuntime) \ |
| + V(JSConvertReceiver) \ |
| V(JSForInDone) \ |
| V(JSForInNext) \ |
| V(JSForInPrepare) \ |