Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 81bf4ccdf8c185ec7d4bac7331352b5de215dbb1..a672108bdded874f05d431961bbcdaf5677ffc30 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1264,7 +1264,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, |