[Webkit-unassigned] [Bug 43328] REGRESSION(61234): mail.139.com login fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 13:27:05 PDT 2010


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





--- Comment #30 from Adam Barth <abarth at webkit.org>  2010-09-13 13:27:05 PST ---
(From update of attachment 67452)
View in context: https://bugs.webkit.org/attachment.cgi?id=67452&action=prettypatch

> WebCore/html/parser/HTMLDocumentParser.cpp:248
> +    // We should have aborted above if a location change was ever scheduled.
> +    // If we hit this ASSERT, we're likely parsing when we shouldn't be.  See:
> +    // https://bugs.webkit.org/show_bug.cgi?id=43328
> +    ASSERT(frame()->redirectScheduler()->locationChangePending());
Presumably we need a "not" here, right?

> WebCore/loader/RedirectScheduler.cpp:304
> +    // every loop to see if it had scheduled a location change.  Instead we're
One space after "."  ;)

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