[Webkit-unassigned] [Bug 177861] Ownership issues in IDBConnectionProxy::completeOpenDBRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 4 03:41:01 PDT 2017


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

--- Comment #1 from Ihor Ivlev <ivlev.igor at gmail.com> ---

Latter case should be easy to fix:

-        RefPtr<IDBTransaction> self;
+        RefPtr<IDBTransaction> self = this;

I'm not sure about the former case though

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


More information about the webkit-unassigned mailing list