[Webkit-unassigned] [Bug 141950] Use std::unique_ptr instead of OwnPtr in ThreadGlobalData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 23:59:17 PST 2015


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

--- Comment #23 from Joonghun Park <jh718.park at samsung.com> ---
(In reply to comment #9)
> Comment on attachment 247308 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=247308&action=review
> 
> > Source/WebCore/dom/EventNames.h:310
> > +    template<class T, class... Args>
> > +    friend typename std::_Unique_if<T>::_Single_object std::make_unique(Args&&...);
> 
> Seems that this does not compile on Windows.

Because of that problem, I revised the patch. Would you please review this change?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150228/441db80e/attachment-0002.html>


More information about the webkit-unassigned mailing list