[Webkit-unassigned] [Bug 56062] Reproducible ASSERTION failure going to NYTimes.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 08:05:23 PST 2011


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





--- Comment #5 from Yong Li <yong.li.webkit at gmail.com>  2011-12-07 08:05:22 PST ---
Never mind. I see why r80478 causes the crash now:

Without the patch Page::setDefersLoading doesn't do this:

                for (Frame* frame = otherPage->mainFrame(); frame; frame = frame->tree()->traverseNext()) {
                    frame->document()->suspendScriptedAnimationControllerCallbacks();
                    frame->document()->suspendActiveDOMObjects(ActiveDOMObject::WillShowDialog);
                    frame->document()->scriptRunner()->suspend();
                    if (DocumentParser* parser = frame->document()->parser())
                        parser->suspendScheduledTasks();
                }

So I'll remove this change from my patch

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