[Webkit-unassigned] [Bug 150666] [GTK] WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on removeListener

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 04:38:44 PDT 2015


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

--- Comment #2 from Andres Gomez Garcia <agomez at igalia.com> ---
$ cat /opt/gnome-os/tanty/epiphany/checkout/webkitgtk-2.10.0/Source/WebKit2/UIProcess/Storage/StorageManager.cpp
...
void StorageManager::StorageArea::removeListener(IPC::Connection& connection, uint64_t storageMapID)
{
    ASSERT(m_eventListeners.contains(std::make_pair(&connection, storageMapID)));
    m_eventListeners.remove(std::make_pair(&connection, storageMapID));
}
...

-- 
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/20151029/a6f9df7e/attachment.html>


More information about the webkit-unassigned mailing list