[Webkit-unassigned] [Bug 105788] Regression(r138222): Caused http/tests/appcache/main-resource-redirect.html to fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 27 09:44:25 PST 2012


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





--- Comment #4 from Darin Adler <darin at apple.com>  2012-12-27 09:46:32 PST ---
(From update of attachment 180794)
View in context: https://bugs.webkit.org/attachment.cgi?id=180794&action=review

> Source/WebCore/loader/MainResourceLoader.cpp:272
>          ASSERT(!m_substituteData.isValid());
>          documentLoader()->applicationCacheHost()->maybeLoadMainResourceForRedirect(newRequest, m_substituteData);
> +        if (m_substituteData.isValid())

If two lines earlier we asserted this is not true, how can it be true now?

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