[Webkit-unassigned] [Bug 53564] Make canHaveChildrenForEditing more efficient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 11 07:02:34 PST 2011


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





--- Comment #33 from Philippe Normand <pnormand at igalia.com>  2011-02-11 07:02:34 PST ---
I did what you asked (I think):

ASSERTION FAILED: ret == notContainRangeEndPoint
../../Source/WebCore/editing/htmlediting.cpp(73) : bool WebCore::editingIgnoresContent(const WebCore::Node*)

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff576d322 in WebCore::editingIgnoresContent (node=0xd5dfa0)
    at ../../Source/WebCore/editing/htmlediting.cpp:73
73        ASSERT(ret == notContainRangeEndPoint);
(gdb) ret
Make WebCore::editingIgnoresContent(WebCore::Node const*) return now? (y or n) n
Not confirmed
(gdb) p ret
$1 = true
(gdb) p notContainRangeEndPoint
$2 = false
(gdb) p node
$3 = (const WebCore::Node *) 0xd5dfa0
(gdb) p node->nodeName()
$4 = "DATAGRID"
(gdb) p node->nodeValue()
$5 = "(null)"

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