RESOLVED FIXED 144904
Return Ref instead of PassRefPtr in create() factory functions of WebCore/dom
https://bugs.webkit.org/show_bug.cgi?id=144904
Summary Return Ref instead of PassRefPtr in create() factory functions of WebCore/dom
Gyuyoung Kim
Reported 2015-05-12 00:12:51 PDT
We return Ref when we're sure if pointer can't be null. If not, we use RefPtr instead PassRefPtr.
Attachments
Patch (23.23 KB, patch)
2015-05-12 00:14 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2015-05-12 00:14:38 PDT
WebKit Commit Bot
Comment 2 2015-05-12 17:31:56 PDT
Comment on attachment 252947 [details] Patch Clearing flags on attachment: 252947 Committed r184225: <http://trac.webkit.org/changeset/184225>
WebKit Commit Bot
Comment 3 2015-05-12 17:31:59 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.