[Webkit-unassigned] [Bug 143859] A odd crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 18 04:43:54 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143859
--- Comment #7 from Peng Xinchao <xinchao.peng at samsung.com> ---
void SpeculativeJIT::compile(Node* node)
{
.. .
case ToThis: {
ASSERT(node->child1().useKind() == UntypedUse);
....
}
In here , the value of "node->child1().useKind()" is UntypedUse .
I feel very strange ã
why ?
--
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/20150418/5bf7722f/attachment.html>
More information about the webkit-unassigned
mailing list