Index: src/ast.cc |
diff --git a/src/ast.cc b/src/ast.cc |
index 6f9fd7afb23a6c33cdcbaa081e70650269e94033..b3895d0aad4ec4451416846e68013791346a41a8 100644 |
--- a/src/ast.cc |
+++ b/src/ast.cc |
@@ -507,7 +507,6 @@ bool Call::ComputeTarget(Handle<Map> type, Handle<String> name) { |
// We don't know the target. |
return false; |
case MAP_TRANSITION: |
- case ELEMENTS_TRANSITION: |
case CONSTANT_TRANSITION: |
case NULL_DESCRIPTOR: |
// Perhaps something interesting is up in the prototype chain... |