| Index: src/x64/lithium-codegen-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.h (revision 7622)
|
| +++ src/x64/lithium-codegen-x64.h (working copy)
|
| @@ -141,8 +141,8 @@
|
| Register input,
|
| Register temporary);
|
|
|
| - int StackSlotCount() const { return chunk()->spill_slot_count(); }
|
| - int ParameterCount() const { return scope()->num_parameters(); }
|
| + int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
|
| + int GetParameterCount() const { return scope()->num_parameters(); }
|
|
|
| void Abort(const char* format, ...);
|
| void Comment(const char* format, ...);
|
|
|