Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 87b975c8ad5e2c488af2be39ed9346e664a48fa3..42d383eacfedd465666422f6965cadc831ec110d 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -246,6 +246,7 @@ class LCodeGen BASE_EMBEDDED { |
double ToDouble(LConstantOperand* op) const; |
Operand BuildFastArrayOperand(LOperand* elements_pointer, |
LOperand* key, |
+ Representation key_representation, |
ElementsKind elements_kind, |
uint32_t offset, |
uint32_t additional_index = 0); |