| Index: src/crankshaft/typing.cc
|
| diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc
|
| index ccd17ad05b716f4ccc23e4a6f703208f882a02d9..77171a637ff7e9db76da0fddd2b609c9f55b6ac9 100644
|
| --- a/src/crankshaft/typing.cc
|
| +++ b/src/crankshaft/typing.cc
|
| @@ -13,6 +13,7 @@
|
|
|
| namespace v8 {
|
| namespace internal {
|
| +
|
|
|
| AstTyper::AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure,
|
| Scope* scope, BailoutId osr_ast_id, FunctionLiteral* root)
|
| @@ -23,7 +24,7 @@
|
| osr_ast_id_(osr_ast_id),
|
| root_(root),
|
| oracle_(isolate, zone, handle(closure->shared()->code()),
|
| - handle(closure->feedback_vector()),
|
| + handle(closure->shared()->feedback_vector()),
|
| handle(closure->context()->native_context())),
|
| store_(zone) {
|
| InitializeAstVisitor(isolate);
|
|
|