Commit fa2a92b4 authored by ricow@chromium.org's avatar ricow@chromium.org

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
parent bf06fbdb
......@@ -2580,6 +2580,7 @@ MaybeObject* JSObject::NormalizeProperties(PropertyNormalizationMode mode,
case CONSTANT_TRANSITION:
case NULL_DESCRIPTOR:
case INTERCEPTOR:
case EXTERNAL_ARRAY_TRANSITION:
break;
default:
UNREACHABLE();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment