Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index 6c9e2d79b26d12d87e1dc5b03b99cc7e7318d2ad..35f3255fd911f00a503d868faeea11822e87ecfe 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -104,8 +104,6 @@ var kMessages = { |
observe_perform_non_function: ["Cannot perform non-function"], |
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."], |
not_typed_array: ["this is not a typed array."], |
invalid_argument: ["invalid_argument"], |
data_view_not_array_buffer: ["First argument to DataView constructor must be an ArrayBuffer"], |