[Webkit-unassigned] [Bug 112205] REGRESSION (r144884): WebKit2.DOMWindowExtensionBasic API test is asserting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 16 17:38:31 PDT 2013


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





--- Comment #4 from Geoffrey Garen <ggaren at apple.com>  2013-03-16 17:40:57 PST ---
This ASSERT looks incorrect:

void DOMWindowExtensionBasic::willDestroyGlobalObjectForDOMWindowExtension(WKBundleDOMWindowExtensionRef)
{
    // All of the items are candidates for the page cache and should not be evicted from the page
    // cache before the test completes.
    ASSERT_NOT_REACHED();
}

There's no reasoning given here for why items shouldn't be evicted from the page cache.

I think we should delete this ASSERT.

-- 
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