[Webkit-unassigned] [Bug 153612] Cleanup: Make DedicatedWorkerThread::create() an inline template method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 13:49:59 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153612

--- Comment #4 from Andy Estes <aestes at apple.com> ---
It seems somewhat strange to have a one-off variadic template here, since the number of parameters will never actually vary in practice.

I wonder if we should consider creating something similar to std::make_unique for Ref and RefPtr? That would let us remove this type of duplication all over our codebase.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160128/24a2b4a4/attachment.html>


More information about the webkit-unassigned mailing list