[webkit-reviews] review canceled: [Bug 188246] Add the support for micro tasks in workers : [Attachment 346548] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 16:24:40 PDT 2018


Yusuke Suzuki <utatane.tea at gmail.com> has canceled Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 188246: Add the support for micro tasks in workers
https://bugs.webkit.org/show_bug.cgi?id=188246

Attachment 346548: Patch

https://bugs.webkit.org/attachment.cgi?id=346548&action=review




--- Comment #30 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Comment on attachment 346548
  --> https://bugs.webkit.org/attachment.cgi?id=346548
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=346548&action=review

> Source/WebKit/ChangeLog:8
> +	   Rename JSMainThreadNullState to JSNullState.

Ah, I'll keep this name because,

1. This JSMainThreadNullState is only used from the main thread.
2. It includes CustomElementReactionStack, which is only effective in the main
thread.


More information about the webkit-reviews mailing list