[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 15:17:06 PST 2016


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

--- Comment #12 from Daniel Bates <dbates at webkit.org> ---
(In reply to comment #3)
> Comment on attachment 270141 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=270141&action=review
> 
> > Source/WebCore/ChangeLog:9
> > +        to DedicatedWorkerThread::create() to DedicatedWorkerThread::DedicatedWorkerThread(). This
> 
> from ... to
> 
> > Source/WebCore/workers/DedicatedWorkerThread.h:42
> > +        template<class... Args> static Ref<DedicatedWorkerThread> create(Args&&... args)
> 
> I'd use typename instead of class.

Fixed in <http://trac.webkit.org/changeset/195786>.

-- 
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/2c58e364/attachment.html>


More information about the webkit-unassigned mailing list