[Webkit-unassigned] [Bug 105880] ASSERTION FAILED: cur || !toRenderInline(prev)->continuation() in WebCore::endOfContinuations()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 10:51:54 PST 2013


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





--- Comment #2 from Dominic Mazzoni <dmazzoni at google.com>  2013-01-04 10:53:52 PST ---
The best fix for this would be if EFL's accessibilityPlatformIncludesObject could avoid calling textUnderElement.

I made this change in cross-platform code in https://bugs.webkit.org/show_bug.cgi?id=104688

Note that accessibilityPlatformIncludesObject is an extremely hot function, so avoiding this computation should have performance benefits, too.

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