| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 127daddb074f6fa64304f2123501610aee978508..f2ccafbb343cfec574bd1a4b1dfffe0984cef0b2 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1271,7 +1271,7 @@ class Object {
|
| MUST_USE_RESULT static Maybe<bool> WriteToReadOnlyProperty(
|
| Isolate* isolate, Handle<Object> receiver, Handle<Object> name,
|
| Handle<Object> value, ShouldThrow should_throw);
|
| - MUST_USE_RESULT static Maybe<bool> RedefineNonconfigurableProperty(
|
| + MUST_USE_RESULT static Maybe<bool> RedefineIncompatibleProperty(
|
| Isolate* isolate, Handle<Object> name, Handle<Object> value,
|
| ShouldThrow should_throw);
|
| MUST_USE_RESULT static Maybe<bool> SetDataProperty(LookupIterator* it,
|
|
|