Index: src/crankshaft/typing.cc |
diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc |
index 957347177c6705f29e13d02b36efeb3d97c350ac..32b667c3a64a50398751a2439e717178fe1f92c1 100644 |
--- a/src/crankshaft/typing.cc |
+++ b/src/crankshaft/typing.cc |
@@ -14,7 +14,6 @@ |
namespace v8 { |
namespace internal { |
- |
AstTyper::AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure, |
Scope* scope, BailoutId osr_ast_id, FunctionLiteral* root) |
: isolate_(isolate), |
@@ -24,7 +23,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) { |
InitializeAstVisitor(isolate); |