| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index dd1daf37ce238b1530e48a03284994b755f69f29..08f4a445b3c1d2f4ebda7c9df03480db86205d14 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -14527,7 +14527,7 @@ class InternalizedStringKey : public HashTableKey {
|
| }
|
| // Otherwise allocate a new internalized string.
|
| return isolate->factory()->NewInternalizedStringImpl(
|
| - *string_, string_->length(), string_->hash_field());
|
| + string_, string_->length(), string_->hash_field());
|
| }
|
|
|
| static uint32_t StringHash(Object* obj) {
|
|
|