Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index 01c1650e4307c9aa4f788170b1b7cfac7a27f2f7..043e32978296a742bb4cae6c7eddc4bd53e03630 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -2047,6 +2047,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()); |
} |