<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [Win][IndexedDB] Fix build errors."
href="https://bugs.webkit.org/show_bug.cgi?id=156713#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [Win][IndexedDB] Fix build errors."
href="https://bugs.webkit.org/show_bug.cgi?id=156713">bug 156713</a>
from <span class="vcard"><a class="email" href="mailto:peavo@outlook.com" title="peavo@outlook.com">peavo@outlook.com</a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=156713#c4">comment #4</a>)
<span class="quote">> Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=276667&action=diff" name="attach_276667" title="Patch">attachment 276667</a> <a href="attachment.cgi?id=276667&action=edit" title="Patch">[details]</a></span>
> Patch
>
> View in context:
> <a href="https://bugs.webkit.org/attachment.cgi?id=276667&action=review">https://bugs.webkit.org/attachment.cgi?id=276667&action=review</a>
>
> cool!
>
> > Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.cpp:44
> > - return std::make_unique<MemoryBackingStoreTransaction>(backingStore, info);
> > + return std::unique_ptr<MemoryBackingStoreTransaction>(new MemoryBackingStoreTransaction(backingStore, info));
>
> This shouldn't be needed.
> </span >
I am afraid I didn't find a better way to fix these compile errors.
The main problem seems to be that MSVC does not accept that std::make_unique is declared as a friend of a class.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>