[Webkit-unassigned] [Bug 105076] Documentation issue for gobject bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 23 06:33:28 PST 2012


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





--- Comment #8 from Gustavo Noronha (kov) <gns at gnome.org>  2012-12-23 06:35:38 PST ---
So that patch does:

void FrameLoaderClient::setMainFrameDocumentReady(bool ready)
{
    if (!ready)
        DOMObjectCache::clearByFrame(core(m_frame));

I'm wondering about the !ready check, but maybe we should do this unconditionally when the load is committed instead of doing it here, anyway?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list