Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 060995f538fb8d0dea4548236fdd04a303948a7c..b48854b816f118a476a743ed8123ddf7162c2a37 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -161,6 +161,7 @@ |
| V(JSCallConstruct) \ |
| V(JSCallConstructWithSpread) \ |
| V(JSCallFunction) \ |
| + V(JSCallFunctionWithSpread) \ |
| V(JSCallRuntime) \ |
| V(JSConvertReceiver) \ |
| V(JSForInNext) \ |