Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index b14fdb22f87488e3992547af791bb62155933f51..69608e92da2ce021df16b6b5ccea7b30afc5af82 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2006,8 +2006,9 @@ void Genesis::TransferNamedProperties(Handle<JSObject> from, |
break; |
case NORMAL: |
// Do not occur since the from object has fast properties. |
+ case HANDLER: |
case INTERCEPTOR: |
- // No element in instance descriptors have interceptor type. |
+ // No element in instance descriptors have proxy or interceptor type. |
UNREACHABLE(); |
break; |
} |