[Webkit-unassigned] [Bug 150670] [AX] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on textUnderElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 08:17:53 PDT 2015


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

--- Comment #5 from Andres Gomez Garcia <agomez at igalia.com> ---
If we remove this ASSERT, then, we hit the next ASSERT at:

Source/WebCore/accessibility/AccessibilityNodeObject.cpp
@@ -1707,7 +1707,7 @@ String AccessibilityNodeObject::textUnderElement(AccessibilityTextUnderElementMo
     // TextIterator will force a layout update, potentially altering the accessibility tree
     // and leading to crashes in the loop that computes the result text from the children.
     // ASSERT(!document()->renderView()->layoutState());
     ASSERT(!document()->childNeedsStyleRecalc());

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151030/37318d6e/attachment.html>


More information about the webkit-unassigned mailing list