| Index: src/ic/handler-compiler.cc
|
| diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc
|
| index a8dfbb85e127361fecc05660b1d47b57f5b175fd..6d153bbc256bd02df331e9c9541c961f375764f3 100644
|
| --- a/src/ic/handler-compiler.cc
|
| +++ b/src/ic/handler-compiler.cc
|
| @@ -615,8 +615,7 @@ void ElementHandlerCompiler::CompileElementHandlers(
|
| convert_hole_to_undefined).GetCode();
|
| } else {
|
| DCHECK(elements_kind == DICTIONARY_ELEMENTS);
|
| - LoadICState state = LoadICState(kNoExtraICState);
|
| - cached_stub = LoadDictionaryElementStub(isolate(), state).GetCode();
|
| + cached_stub = LoadDictionaryElementStub(isolate()).GetCode();
|
| }
|
| }
|
|
|
|
|