[Webkit-unassigned] [Bug 37181] REGRESSION (r54400): Hangs when doing AJAX update with large amount of data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 13:26:03 PDT 2010


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





--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2010-04-08 13:26:02 PST ---
Adding a check to JSNode::markChildren fixes this:

    if (Heap::isCellMarked(this))
        return;

I have no idea if it's a sensible approach.

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