[Webkit-unassigned] [Bug 150826] Web Inspector: Timeline Records Unexpected FunctionCall inside of FunctionCall

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 17:14:37 PST 2015


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
* SIMPLER TEST (Just Reload)
<body>
<script>
var observer = new MutationObserver(function alpha() {
    setTimeout(function beta() {
        console.log("whoa");
    }, 1000);
});
observer.observe(document.body, {attributes: true, childList: true, characterData: true});
document.write("<b>Test</b>");
</script>

I'm still not really sure what is going on.

-- 
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/20151103/a71a7390/attachment.html>


More information about the webkit-unassigned mailing list