RESOLVED FIXED102334
[V8] Remove redundant $interfaceName from function parameters
https://bugs.webkit.org/show_bug.cgi?id=102334
Summary [V8] Remove redundant $interfaceName from function parameters
Kentaro Hara
Reported 2012-11-14 22:13:40 PST
'sub func { my $dataNode = shift; my $interfaceName = shift; }' is redundant. We can get $interfaceName by $dataNode->name.
Attachments
Patch (12.10 KB, patch)
2012-11-14 22:17 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-11-14 22:17:10 PST
WebKit Review Bot
Comment 2 2012-11-15 16:12:51 PST
Comment on attachment 174347 [details] Patch Clearing flags on attachment: 174347 Committed r134845: <http://trac.webkit.org/changeset/134845>
WebKit Review Bot
Comment 3 2012-11-15 16:12:55 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.