| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index 0e68ab8a51f77b0fc34c97470d8a8d35e134771e..8b583c7949fce5c47e76b13fa0908bfd2a18fa2f 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -932,7 +932,7 @@ void RegExpConstructResultStub::InstallDescriptors(Isolate* isolate) {
|
|
|
| // static
|
| void KeyedLoadGenericStub::InstallDescriptors(Isolate* isolate) {
|
| - KeyedLoadGenericStub stub(isolate);
|
| + KeyedLoadGenericStub stub(isolate, LoadIC::NORMAL_LOOKUP);
|
| InstallDescriptor(isolate, &stub);
|
| }
|
|
|
|
|