RESOLVED FIXED 44851
Create SVG and WML elements with create functions instead of direct invocations of new
https://bugs.webkit.org/show_bug.cgi?id=44851
Summary Create SVG and WML elements with create functions instead of direct invocatio...
Darin Adler
Reported 2010-08-29 20:09:58 PDT
Create SVG and WML elements with create functions instead of direct invocations of new
Attachments
Patch (139.09 KB, patch)
2010-08-29 20:18 PDT, Darin Adler
no flags
Patch (139.09 KB, patch)
2010-08-29 20:25 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2010-08-29 20:18:05 PDT
Darin Adler
Comment 2 2010-08-29 20:25:16 PDT
Early Warning System Bot
Comment 3 2010-08-29 20:34:07 PDT
Eric Seidel (no email)
Comment 4 2010-08-29 20:45:07 PDT
WebKit Review Bot
Comment 5 2010-08-29 21:00:51 PDT
Maciej Stachowiak
Comment 6 2010-08-29 21:48:20 PDT
Comment on attachment 65873 [details] Patch r=me Your ChangeLog comments imply that you left some constructors public, if so, why?
WebKit Review Bot
Comment 7 2010-08-29 21:53:47 PDT
Darin Adler
Comment 8 2010-08-29 23:03:37 PDT
(In reply to comment #6) > Your ChangeLog comments imply that you left some constructors public, if so, why? Just wanted to limit the size of the change this round. I’ll make sure to make all of the constructors private or protected before changing them to call adoptRef.
Darin Adler
Comment 9 2010-08-29 23:52:35 PDT
Note You need to log in before you can comment on or make changes to this bug.