| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 1406ed57f673b2ab8482a5c8cd0b4548f57314a6..b7b290e363b52b123a405786c50e4fa028b96b1d 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1671,9 +1671,6 @@ void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) {
|
| js_obj, entry,
|
| descs->GetKey(i), descs->GetValue(i));
|
| break;
|
| - case NORMAL: // only in slow mode
|
| - UNREACHABLE();
|
| - break;
|
| }
|
| }
|
| } else {
|
|
|