[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:18:02 PST 2016


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

Andy Estes <aestes at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #270141|review?                     |review+
              Flags|                            |

--- Comment #3 from Andy Estes <aestes at apple.com> ---
Comment on attachment 270141
  --> https://bugs.webkit.org/attachment.cgi?id=270141
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.

-- 
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/6eaa0a31/attachment.html>


More information about the webkit-unassigned mailing list