| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 17c12897cfe20587af0a0fb40c7347ac7690a723..76abfa1a1b1769f02319fa252724486c4298cd95 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -264,10 +264,10 @@ class LCodeGen BASE_EMBEDDED {
|
| // Caller should branch on equal condition.
|
| void EmitIsConstructCall(Register temp);
|
|
|
| - void EmitLoadField(Register result,
|
| - Register object,
|
| - Handle<Map> type,
|
| - Handle<String> name);
|
| + void EmitLoadFieldOrConstantFunction(Register result,
|
| + Register object,
|
| + Handle<Map> type,
|
| + Handle<String> name);
|
|
|
| // Emits code for pushing either a tagged constant, a (non-double)
|
| // register, or a stack slot operand.
|
|
|