Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index 9f1af626ddbab07935862a1935a65e7cfdb19a50..54eb698abef668c0e2d10d4871d28bd410adb08d 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -2051,6 +2051,7 @@ Handle<Object> StoreIC::GetMapIndependentHandler(LookupIterator* lookup) { |
int descriptor = lookup->GetFieldDescriptorIndex(); |
FieldIndex index = lookup->GetFieldIndex(); |
return StoreHandler::StoreField(isolate(), descriptor, index, |
+ lookup->constness(), |
lookup->representation()); |
} |