<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on removeListener"
   href="https://bugs.webkit.org/show_bug.cgi?id=150666#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on removeListener"
   href="https://bugs.webkit.org/show_bug.cgi?id=150666">bug 150666</a>
              from <span class="vcard"><a class="email" href="mailto:agomez&#64;igalia.com" title="Andres Gomez Garcia &lt;agomez&#64;igalia.com&gt;"> <span class="fn">Andres Gomez Garcia</span></a>
</span></b>
        <pre>$ cat /opt/gnome-os/tanty/epiphany/checkout/webkitgtk-2.10.0/Source/WebKit2/UIProcess/Storage/StorageManager.cpp
...
void StorageManager::StorageArea::removeListener(IPC::Connection&amp; connection, uint64_t storageMapID)
{
    ASSERT(m_eventListeners.contains(std::make_pair(&amp;connection, storageMapID)));
    m_eventListeners.remove(std::make_pair(&amp;connection, storageMapID));
}
...</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>