Bug 28379

Summary: Script to create element factory needs changes to accommodate calling create
Product: WebKit Reporter: Darin Adler <darin>
Component: DOMAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch
none
patch sam: review+

Description Darin Adler 2009-08-16 22:30:07 PDT
The make_names.pl needs to be changed so it understands how to call create functions rather than calling "new" directly. And it can be cleaned up quite a bit while doing so. Later, I will change the default setting on this and use it to start making constructors private and use create functions.
Comment 1 Darin Adler 2009-08-16 22:44:30 PDT
Created attachment 34952 [details]
patch
Comment 2 Darin Adler 2009-08-16 22:51:56 PDT
Created attachment 34953 [details]
patch
Comment 3 Darin Adler 2009-08-17 00:10:54 PDT
http://trac.webkit.org/changeset/47351
Comment 4 Lucas Forschler 2019-02-06 09:03:03 PST
Mass moving XML DOM bugs to the "DOM" Component.