Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index 6cc9ad237364afc5f1cdd8d27caa826b105b2ed6..1757bd1d52571c148511993e62f036d1017705bd 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -104,7 +104,6 @@ var kMessages = { |
observe_perform_non_string: ["Invalid non-string changeType"], |
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"], |
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"], |