Chromium Code Reviews| Index: src/scopes.cc |
| diff --git a/src/scopes.cc b/src/scopes.cc |
| index 0a381df5d5663633ebfb60e74add8ae14ae7acad..e959f02523c133b260e28bf0f9581cabecbda848 100644 |
| --- a/src/scopes.cc |
| +++ b/src/scopes.cc |
| @@ -822,7 +822,8 @@ void Scope::AllocateParameterLocals() { |
| var->rewrite_ = |
| new Property(arguments_shadow_, |
| new Literal(Handle<Object>(Smi::FromInt(i))), |
| - RelocInfo::kNoPosition); |
| + RelocInfo::kNoPosition, |
| + Property::SYNTHETIC); |
| arguments_shadow->var_uses()->RecordUses(var->var_uses()); |
| } |
| } |