Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 6d42cd78d4435e83548a0ff3f4d42507307cf001..f8bbea31320e9203e5ab7904eb5ac7b560afa5f1 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -147,8 +147,8 @@ class LCodeGen BASE_EMBEDDED { |
Register temporary, |
Register temporary2); |
- 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, ...); |