Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index 34277f6ed490f50d6f673ba857013622f22c1a3f..51c0253ac0fafece2db010c8202536d0f6a98a5c 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -141,8 +141,8 @@ class LCodeGen BASE_EMBEDDED { |
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, ...); |