Chromium Code Reviews| Index: src/x64/lithium-codegen-x64.h |
| =================================================================== |
| --- src/x64/lithium-codegen-x64.h (revision 11774) |
| +++ src/x64/lithium-codegen-x64.h (working copy) |
| @@ -301,7 +301,8 @@ |
| void EmitLoadFieldOrConstantFunction(Register result, |
| Register object, |
| Handle<Map> type, |
| - Handle<String> name); |
| + Handle<String> name, |
| + LEnvironment* env); |
| // Emits code for pushing either a tagged constant, a (non-double) |
| // register, or a stack slot operand. |