Chromium Code Reviews| Index: src/x64/lithium-codegen-x64.h |
| =================================================================== |
| --- src/x64/lithium-codegen-x64.h (revision 9006) |
| +++ src/x64/lithium-codegen-x64.h (working copy) |
| @@ -216,7 +216,7 @@ |
| Register ToRegister(int index) const; |
| XMMRegister ToDoubleRegister(int index) const; |
| Operand BuildFastArrayOperand( |
| - LOperand* external_pointer, |
| + LOperand* elements_pointer, |
| LOperand* key, |
| JSObject::ElementsKind elements_kind, |
| uint32_t offset); |