| Index: src/stub-cache.cc
|
| diff --git a/src/stub-cache.cc b/src/stub-cache.cc
|
| index 36eee69380de6427cfcc82e0c29052a7ab950187..68c511fe539df320c4636d3e82a2b0fcd662ea5b 100644
|
| --- a/src/stub-cache.cc
|
| +++ b/src/stub-cache.cc
|
| @@ -891,7 +891,7 @@ void LoadStubCompiler::NonexistentHandlerFrontend(Handle<HeapType> type,
|
| name = factory()->InternalizeString(Handle<String>::cast(name));
|
| }
|
| ASSERT(last.is_null() ||
|
| - last->property_dictionary()->FindEntry(*name) ==
|
| + last->property_dictionary()->FindEntry(name) ==
|
| NameDictionary::kNotFound);
|
| GenerateDictionaryNegativeLookup(masm(), &miss, holder, name,
|
| scratch2(), scratch3());
|
|
|