Bug 67412 - Generate a FileReader constructor of V8 using the IDL 'Constructor' extended attribute
Summary: Generate a FileReader constructor of V8 using the IDL 'Constructor' extended ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 65839
  Show dependency treegraph
 
Reported: 2011-09-01 09:34 PDT by Kentaro Hara
Modified: 2011-09-01 17:48 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.94 KB, patch)
2011-09-01 14:28 PDT, 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-09-01 09:34:06 PDT
Currently, the FileReader constructor is written manually as a custom constructor. We should replace this with automatically generated code by the IDL 'Constructor' extended attribute.
Comment 1 Kentaro Hara 2011-09-01 14:28:16 PDT
Created attachment 106032 [details]
Patch
Comment 2 WebKit Review Bot 2011-09-01 17:48:34 PDT
Comment on attachment 106032 [details]
Patch

Clearing flags on attachment: 106032

Committed r94375: <http://trac.webkit.org/changeset/94375>
Comment 3 WebKit Review Bot 2011-09-01 17:48:39 PDT
All reviewed patches have been landed.  Closing bug.