Bug 79643 - Remove [ConstructorParameters] from IDL files that have [Constructor]
Summary: Remove [ConstructorParameters] from IDL files that have [Constructor]
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: 77393
  Show dependency treegraph
 
Reported: 2012-02-27 01:23 PST by Kentaro Hara
Modified: 2012-02-27 15:22 PST (History)
7 users (show)

See Also:


Attachments
Patch (4.83 KB, patch)
2012-02-27 01:31 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-02-27 01:23:19 PST
We can remove [ConstructorParameters] from IDL files that have [Constructor], since CodeGeneratorJS.pm can automatically detect the number of constructor arguments by the [Constructor(...)] signature.
Comment 1 Kentaro Hara 2012-02-27 01:31:05 PST
Created attachment 128983 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-27 15:22:48 PST
Comment on attachment 128983 [details]
Patch

Clearing flags on attachment: 128983

Committed r109029: <http://trac.webkit.org/changeset/109029>
Comment 3 WebKit Review Bot 2012-02-27 15:22:53 PST
All reviewed patches have been landed.  Closing bug.