Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index c4de8498f823e05d905382759102245ded833ffa..43400fa8e0f5658916efc443e15d3c27c8c20275 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -101,6 +101,8 @@ var kMessages = { |
observe_type_non_string: ["Invalid changeRecord with non-string 'type' property"], |
observe_notify_non_notifier: ["notify called on non-notifier object"], |
proto_poison_pill: ["Generic use of __proto__ accessor not allowed"], |
+ parameterless_typed_array_constr: |
+ ["%0"," constructor should have at least one argument."], |
// RangeError |
invalid_array_length: ["Invalid array length"], |
invalid_array_buffer_length: ["Invalid array buffer length"], |