Remove Error.prototype.toStrings prototype property.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Feb 2011 13:29:05 +0000 (13:29 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Feb 2011 13:29:05 +0000 (13:29 +0000)
commit7c561be5192b440c9e220ef04dcac0567f022c91
tree33846c42300863a46c4152ef08164cc55825e620
parent88b70c8941fbaec74a4220cad234c7d7c76c54de
Remove Error.prototype.toStrings prototype property.

I did not use the helper function for adding this builtin function which meant that I missed the removal of the prototype property.

BUG=
TEST=

Review URL: http://codereview.chromium.org/6588050

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6971 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/messages.js
test/mjsunit/regress/regress-1218.js [new file with mode: 0644]