RESOLVED FIXED 69290
garden-o-matic should work in Safari 5.1
https://bugs.webkit.org/show_bug.cgi?id=69290
Summary garden-o-matic should work in Safari 5.1
Adam Barth
Reported 2011-10-03 13:43:50 PDT
garden-o-matic should work in Safari 5.1
Attachments
Patch (2.90 KB, patch)
2011-10-03 13:44 PDT, Adam Barth
sam: review+
Adam Barth
Comment 1 2011-10-03 13:44:38 PDT
Adam Barth
Comment 2 2011-10-03 13:50:18 PDT
Joseph Pecoraro
Comment 3 2011-10-03 14:24:59 PDT
It looks like the Function.prototype.bind in the inspector could also use this fix. Its old implementation was very similar to your old implementation and would likely fail if passed an array.
Adam Barth
Comment 4 2011-10-03 14:35:20 PDT
You can probably just remove it now that both JSC and V8 support bind natively.
Joseph Pecoraro
Comment 5 2011-10-03 14:36:10 PDT
Whoa! How did I not know when that was added!
Note You need to log in before you can comment on or make changes to this bug.