Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 864e160a5b0f471bf07fe41061773ee796f3b8fa..14018253299f27022ceabcdcdc6d45a68c177edd 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -127,8 +127,7 @@ |
| #define JS_CONTEXT_OP_LIST(V) \ |
| V(JSLoadContext) \ |
| V(JSStoreContext) \ |
| - V(JSLoadDynamicGlobal) \ |
| - V(JSLoadDynamicContext) \ |
| + V(JSLoadDynamic) \ |
| V(JSCreateFunctionContext) \ |
| V(JSCreateCatchContext) \ |
| V(JSCreateWithContext) \ |