Index: src/crankshaft/typing.cc |
diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc |
index 41a80c5c2c10367da04b4dc630638b6ad49bce79..f7f5a1c0f55ca5a001976df98048d12f96af5e2f 100644 |
--- a/src/crankshaft/typing.cc |
+++ b/src/crankshaft/typing.cc |
@@ -437,6 +437,8 @@ void AstTyper::VisitArrayLiteral(ArrayLiteral* expr) { |
void AstTyper::VisitAssignment(Assignment* expr) { |
+ RETURN_IF_VISIT_NODE(expr->destructuring_assignment()); |
+ |
// Collect type feedback. |
Property* prop = expr->target()->AsProperty(); |
if (prop != NULL) { |