Bug 102334 - [V8] Remove redundant $interfaceName from function parameters
Summary: [V8] Remove redundant $interfaceName from function parameters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 22:13 PST by Kentaro Hara
Modified: 2012-11-15 16:12 PST (History)
3 users (show)

See Also:


Attachments
Patch (12.10 KB, patch)
2012-11-14 22:17 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-11-14 22:13:40 PST
'sub func { my $dataNode = shift; my $interfaceName = shift; }' is redundant. We can get $interfaceName by $dataNode->name.
Comment 1 Kentaro Hara 2012-11-14 22:17:10 PST
Created attachment 174347 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-11-15 16:12:55 PST
All reviewed patches have been landed.  Closing bug.