| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 0622e9d285b03bc4e65258467c25720f139ff00c..8cb4cece960a0c896da6ebc3106bc38eda5f7691 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -218,7 +218,7 @@ class LCodeGen BASE_EMBEDDED {
|
| Operand BuildFastArrayOperand(
|
| LOperand* elements_pointer,
|
| LOperand* key,
|
| - JSObject::ElementsKind elements_kind,
|
| + ElementsKind elements_kind,
|
| uint32_t offset);
|
|
|
| // Specific math operations - used from DoUnaryMathOperation.
|
|
|