RESOLVED FIXED 140952
JavaScript bindings constructors should take Ref<ImplType>&&.
https://bugs.webkit.org/show_bug.cgi?id=140952
Summary JavaScript bindings constructors should take Ref<ImplType>&&.
Andreas Kling
Reported 2015-01-27 12:57:07 PST
When constructing a JS wrapper object, there is always going to be a corresponding DOM object. Therefore we should pass the DOM object by Ref&& rather than PassRefPtr.
Attachments
Patch (51.94 KB, patch)
2015-01-27 12:58 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-01-27 12:58:50 PST
WebKit Commit Bot
Comment 2 2015-01-29 11:41:12 PST
Comment on attachment 245462 [details] Patch Clearing flags on attachment: 245462 Committed r179353: <http://trac.webkit.org/changeset/179353>
WebKit Commit Bot
Comment 3 2015-01-29 11:41:16 PST
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 4 2015-01-29 17:12:33 PST
Note You need to log in before you can comment on or make changes to this bug.