Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index ca552fc60f6ba44140461666f730411a92de0fe4..6164cf7fe85a670acea8462f3d63659de0a7aed6 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -1144,7 +1144,6 @@ static i::Handle<i::AccessorInfo> SetAccessorInfoProperties( |
obj->set_name(*Utils::OpenHandle(*name)); |
if (settings & ALL_CAN_READ) obj->set_all_can_read(true); |
if (settings & ALL_CAN_WRITE) obj->set_all_can_write(true); |
- if (settings & PROHIBITS_OVERWRITING) obj->set_prohibits_overwriting(true); |
obj->set_property_attributes(static_cast<PropertyAttributes>(attributes)); |
if (!signature.IsEmpty()) { |
obj->set_expected_receiver_type(*Utils::OpenHandle(*signature)); |