Index: src/js/typedarray.js |
diff --git a/src/js/typedarray.js b/src/js/typedarray.js |
index 3d500a379ec8786d324600b6c9a77b8f54199b61..359f48435a7f6bbaf29d28a34268b7995742deaf 100644 |
--- a/src/js/typedarray.js |
+++ b/src/js/typedarray.js |
@@ -785,7 +785,7 @@ function TypedArray() { |
%FunctionSetPrototype(TypedArray, new GlobalObject()); |
%AddNamedProperty(TypedArray.prototype, |
"constructor", TypedArray, DONT_ENUM); |
-utils.InstallFunctions(TypedArray, DONT_ENUM | DONT_DELETE | READ_ONLY, [ |
+utils.InstallFunctions(TypedArray, DONT_ENUM, [ |
"from", TypedArrayFrom, |
"of", TypedArrayOf |
]); |