Bug 71871 - Make [CanBeConstructed] IDL redundant
Summary: Make [CanBeConstructed] IDL redundant
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 71832 71868
  Show dependency treegraph
 
Reported: 2011-11-08 18:20 PST by Kentaro Hara
Modified: 2011-11-09 01:57 PST (History)
4 users (show)

See Also:


Attachments
Patch (8.28 KB, patch)
2011-11-08 18:38 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 2011-11-08 18:20:43 PST
As the first step to remove [CanBeConstructed] IDL completely, we need to make [CanBeConstructed] IDL redundant. This can be easily achieved by replacing [CanBeConstructed] in CodeGenerator*.pm with '[CanBeConstructed] or [Constructor] or [CustomConstructor]'.
Comment 1 Kentaro Hara 2011-11-08 18:38:31 PST
Created attachment 114193 [details]
Patch
Comment 2 WebKit Review Bot 2011-11-09 01:57:00 PST
Comment on attachment 114193 [details]
Patch

Clearing flags on attachment: 114193

Committed r99673: <http://trac.webkit.org/changeset/99673>
Comment 3 WebKit Review Bot 2011-11-09 01:57:05 PST
All reviewed patches have been landed.  Closing bug.