| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index 03e0120b0e047705ac6658891523df9461a5decc..1fdd478b7f9f55f9a237afbb2d605b706464eead 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -3948,7 +3948,7 @@ MaybeObject* JSObject::SetPropertyForResult(LookupResult* lookup,
|
| Handle<Object> hresult;
|
| if (!result->ToHandle(&hresult, isolate)) return result;
|
|
|
| - if (FLAG_harmony_observation && map()->is_observed()) {
|
| + if (FLAG_harmony_observation && self->map()->is_observed()) {
|
| if (lookup->IsTransition()) {
|
| EnqueueChangeRecord(self, "new", name, old_value);
|
| } else {
|
|
|