RESOLVED FIXED 144374
Purge PassRefPtr from createSVGPathSegFoo factory functions
https://bugs.webkit.org/show_bug.cgi?id=144374
Summary Purge PassRefPtr from createSVGPathSegFoo factory functions
Gyuyoung Kim
Reported 2015-04-28 20:29:19 PDT
Use Ref instead of PassRefPtr in createSVGPathSegFoo functions because those functions can't return null. Additionally let's remove unnecessary #include<PassRefPtr.h> there.
Attachments
Patch (42.66 KB, patch)
2015-04-28 20:30 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2015-04-28 20:30:35 PDT
WebKit Commit Bot
Comment 2 2015-04-29 01:18:23 PDT
Comment on attachment 251918 [details] Patch Clearing flags on attachment: 251918 Committed r183536: <http://trac.webkit.org/changeset/183536>
WebKit Commit Bot
Comment 3 2015-04-29 01:18:27 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.