| Index: src/crankshaft/typing.cc
|
| diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc
|
| index 32b667c3a64a50398751a2439e717178fe1f92c1..957347177c6705f29e13d02b36efeb3d97c350ac 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);
|
|
|