Add case for EXTERNAL_ARRAY_TRANSITION to JSObject::NormalizeProperties

Review URL: http://codereview.chromium.org/7004014

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7852 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ricow@chromium.org 2011-05-11 11:25:03 +00:00
parent bf06fbdbf1
commit fa2a92b45f

View File

@ -2580,6 +2580,7 @@ MaybeObject* JSObject::NormalizeProperties(PropertyNormalizationMode mode,
case CONSTANT_TRANSITION:
case NULL_DESCRIPTOR:
case INTERCEPTOR:
case EXTERNAL_ARRAY_TRANSITION:
break;
default:
UNREACHABLE();