Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index b23b60f3f537a699735720cfb56b96762b51a58b..40748c7a9730405008c4cb86c62fe165e8172649 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -1656,7 +1656,6 @@ void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) { |
case HANDLER: // only in lookup results, not in descriptors |
case INTERCEPTOR: // only in lookup results, not in descriptors |
break; |
- case TRANSITION: |
case NONEXISTENT: |
UNREACHABLE(); |
break; |