| Index: src/crankshaft/typing.cc
|
| diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc
|
| index 9bd09ace2e5214e73212d8773b8b268db9afc412..013f50fd5c5c76fde3ed6726f7de469fabb45d4c 100644
|
| --- a/src/crankshaft/typing.cc
|
| +++ b/src/crankshaft/typing.cc
|
| @@ -24,7 +24,7 @@ AstTyper::AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure,
|
| osr_ast_id_(osr_ast_id),
|
| root_(root),
|
| oracle_(isolate, zone, handle(closure->shared()->code()),
|
| - handle(closure->shared()->feedback_vector()),
|
| + handle(closure->feedback_vector()),
|
| handle(closure->context()->native_context())),
|
| store_(zone),
|
| bounds_(bounds) {
|
|
|