Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 05851289b0318e4004cfd0eef290e156a12aa0d2..3fb6a7579c70ac756a4274c92c47669d96fd9afb 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -142,7 +142,8 @@ |
| V(JSStoreGlobal) \ |
| V(JSStoreDataPropertyInLiteral) \ |
| V(JSDeleteProperty) \ |
| - V(JSHasProperty) |
| + V(JSHasProperty) \ |
| + V(JSGetSuperConstructor) |
| #define JS_CONTEXT_OP_LIST(V) \ |
| V(JSLoadContext) \ |