| Index: src/ic.cc
|
| diff --git a/src/ic.cc b/src/ic.cc
|
| index 6ee728a73f1cdb2f2a4ab1459892825bb3c787c9..33ce188c39c770629b12a372e396deaa1753a9f5 100644
|
| --- a/src/ic.cc
|
| +++ b/src/ic.cc
|
| @@ -1205,7 +1205,7 @@ Handle<Code> LoadIC::CompileHandler(LookupResult* lookup,
|
|
|
| Handle<Type> type = CurrentTypeOf(object, isolate());
|
| Handle<JSObject> holder(lookup->holder());
|
| - LoadStubCompiler compiler(isolate(), cache_holder, kind());
|
| + LoadStubCompiler compiler(isolate(), kNoExtraICState, cache_holder, kind());
|
|
|
| switch (lookup->type()) {
|
| case FIELD: {
|
|
|