Chromium Code Reviews| Index: src/x64/fast-codegen-x64.cc |
| =================================================================== |
| --- src/x64/fast-codegen-x64.cc (revision 3137) |
| +++ src/x64/fast-codegen-x64.cc (working copy) |
| @@ -317,7 +317,7 @@ |
| case ObjectLiteral::Property::GETTER: |
| __ push(rax); |
| Visit(key); |
| - ASSERT(key->location.is_temporary()); |
| + ASSERT(key->location().is_temporary()); |
| __ Push(property->kind() == ObjectLiteral::Property::SETTER ? |
| Smi::FromInt(1) : |
| Smi::FromInt(0)); |