Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 71b61e6b52c573e4f64ea64926dee37a9d4c3b0b..1c1f3c7357f2fb21ec1b6da90862bd6fe6af2f1c 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1819,7 +1819,8 @@ Data* SetBuiltinTypedArray(Isolate* isolate, Handle<JSBuiltinsObject> builtins, |
// Reset property cell type before (re)initializing. |
JSBuiltinsObject::InvalidatePropertyCell(builtins, name_string); |
JSObject::SetOwnPropertyIgnoreAttributes(builtins, name_string, typed_array, |
- DONT_DELETE).Assert(); |
+ FROZEN) |
+ .Assert(); |
return data; |
} |