WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-10-12 05:03:31 PDT
Created
attachment 168397
[details]
Patch
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
Committed
r131178
: <
http://trac.webkit.org/changeset/131178
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug