[Webkit-unassigned] [Bug 137496] Add a microtask abstraction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 8 09:11:46 PDT 2014


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





--- Comment #5 from Darin Adler <darin at apple.com>  2014-10-08 09:11:41 PST ---
(From update of attachment 239430)
View in context: https://bugs.webkit.org/attachment.cgi?id=239430&action=review

> Source/WebCore/dom/ScriptRunner.cpp:121
> +    m_document.runMicroTasks();

What guarantees we aren’t already executing a script here?

> Source/WebCore/html/parser/HTMLScriptRunner.cpp:236
> +    m_document->runMicroTasks();

What guarantees we aren’t already inside a script here?

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