[Webkit-unassigned] [Bug 143859] A odd crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 16 23:31:29 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143859
--- Comment #2 from Peng Xinchao <xinchao.peng at samsung.com> ---
JS source code is that :
setInterval(function() {
.......
var $osd = $('#osd');
$osd.show();
setTimeout(function() {
$osd.hide();
}, 5000);
...
},1000);
my webkit version is webkit-r150045. platform is arm-gtk .
--
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/20150417/fa3be4c7/attachment.html>
More information about the webkit-unassigned
mailing list