Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 81f24681667a710f6ec418d8c355ef5a82217b48..144256933291769bbb2a15a5c1d8436cea7f7d4a 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) \ |