| Index: src/accessors.cc
|
| diff --git a/src/accessors.cc b/src/accessors.cc
|
| index eb8be5f66abbef2704e00a8b20e8e45c582443f6..4da9dd44ffeca52f50bb983f596dd99ee8136f5d 100644
|
| --- a/src/accessors.cc
|
| +++ b/src/accessors.cc
|
| @@ -617,7 +617,7 @@ MaybeObject* Accessors::FunctionSetPrototype(Isolate* isolate,
|
|
|
| if (is_observed && !old_value->SameValue(*value)) {
|
| JSObject::EnqueueChangeRecord(
|
| - function, "updated", isolate->factory()->prototype_string(), old_value);
|
| + function, "update", isolate->factory()->prototype_string(), old_value);
|
| }
|
|
|
| return *function;
|
|
|