| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 15e6fb09b0d7114c1bb56fcc274d559d03662ca9..e4e12d5819e86806bbe7e719311529818a6139de 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2462,7 +2462,6 @@ void Genesis::TransferNamedProperties(Handle<JSObject> from,
|
| // Do not occur since the from object has fast properties.
|
| case HANDLER:
|
| case INTERCEPTOR:
|
| - case NONEXISTENT:
|
| // No element in instance descriptors have proxy or interceptor type.
|
| UNREACHABLE();
|
| break;
|
|
|