| Index: src/x64/full-codegen-x64.cc
 | 
| diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc
 | 
| index 344905e212081be287fdbd33d692ebefc9361399..702ee29f638c0c58538f048a6e271fe9b8bb60a9 100644
 | 
| --- a/src/x64/full-codegen-x64.cc
 | 
| +++ b/src/x64/full-codegen-x64.cc
 | 
| @@ -2188,6 +2188,7 @@ void FullCodeGenerator::VisitProperty(Property* expr) {
 | 
|    if (key->IsPropertyName()) {
 | 
|      VisitForAccumulatorValue(expr->obj());
 | 
|      EmitNamedPropertyLoad(expr);
 | 
| +    PrepareForBailoutForId(expr->ReturnId(), TOS_REG);
 | 
|      context()->Plug(rax);
 | 
|    } else {
 | 
|      VisitForStackValue(expr->obj());
 | 
| 
 |