RESOLVED FIXED 79570
Web Inspector: [Extensions API] get rid of custom bind() in favor of built-in
https://bugs.webkit.org/show_bug.cgi?id=79570
Summary Web Inspector: [Extensions API] get rid of custom bind() in favor of built-in
Andrey Kosyakov
Reported 2012-02-25 07:47:20 PST
We used to have locally-defined bind() in ExtensionAPI.js for historical reasons. This switches ExtensionAPI.js over to built-in Function.prototype.bind().
Attachments
Patch (4.39 KB, patch)
2012-02-25 07:48 PST, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-02-25 07:48:26 PST
Andrey Kosyakov
Comment 2 2012-02-27 01:44:42 PST
Note You need to log in before you can comment on or make changes to this bug.