[Webkit-unassigned] [Bug 44815] crash: 0x101dad3ae in WebCore::RenderBox::positionForPoint at RenderBox.cpp:2817
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 31 10:29:40 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44815
--- Comment #5 from W. James MacLean <wjmaclean at chromium.org> 2010-08-31 10:29:40 PST ---
Is it possible to have something like
inline Position firstDeepEditingPositionForNode(Node* anchorNode)
{
if (anchorNode)
return Position(anchorNode, 0);
else
return Position();
}
I've tried this and it runs on the example in question, but I don't know what else it might cause problems with.
--
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