RESOLVED FIXED 99164
Web Inspector: relies on current Function.prototype.bind in the frame
https://bugs.webkit.org/show_bug.cgi?id=99164
Summary Web Inspector: relies on current Function.prototype.bind in the frame
Pavel Feldman
Reported 2012-10-12 05:01:14 PDT
InjectedScriptSource should not depend on the bind override.
Attachments
Patch (5.53 KB, patch)
2012-10-12 05:03 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2012-10-12 05:03:31 PDT
Vsevolod Vlasov
Comment 2 2012-10-12 05:27:20 PDT
Comment on attachment 168397 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=168397&action=review > Source/WebCore/inspector/InjectedScriptSource.js:58 > + function bound() Could you please add var_args here?
Yury Semikhatsky
Comment 3 2012-10-12 05:27:41 PDT
Comment on attachment 168397 [details] Patch Let's use closure instead in the two places where the bind is used.
Pavel Feldman
Comment 4 2012-10-12 05:36:06 PDT
Note You need to log in before you can comment on or make changes to this bug.