| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 7a7d07a77af9cc7583849b42af1caf45d2f36a54..e15038e995b49ec314063ea8b53eaeaed27a8b3b 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -232,7 +232,7 @@ class LCodeGen BASE_EMBEDDED {
|
| int ToInteger32(LConstantOperand* op) const;
|
| Operand BuildExternalArrayOperand(LOperand* external_pointer,
|
| LOperand* key,
|
| - ExternalArrayType array_type);
|
| + JSObject::ElementsKind elements_kind);
|
|
|
| // Specific math operations - used from DoUnaryMathOperation.
|
| void EmitIntegerMathAbs(LUnaryMathOperation* instr);
|
|
|