| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 50fdec55573363c55aaaa7286291d613a3900edd..c3287031970de31f8626b36461aea93273378ede 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1697,8 +1697,7 @@ void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) {
|
| descs->GetKey(i), descs->GetValue(i));
|
| break;
|
| case NORMAL: // only in slow mode
|
| - case HANDLER: // only in lookup results, not in descriptors
|
| - case INTERCEPTOR: // only in lookup results, not in descriptors
|
| + UNREACHABLE();
|
| break;
|
| }
|
| }
|
|
|