[webkit-reviews] review granted: [Bug 203136] Refactor AbstractEventLoop out of WindowEventLoop : [Attachment 381274] Cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 18 07:15:59 PDT 2019


Antti Koivisto <koivisto at iki.fi> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 203136: Refactor AbstractEventLoop out of WindowEventLoop
https://bugs.webkit.org/show_bug.cgi?id=203136

Attachment 381274: Cleanup

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




--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 381274
  --> https://bugs.webkit.org/attachment.cgi?id=381274
Cleanup

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

> Source/WebCore/dom/AbstractEventLoop.h:40
> +class AbstractEventLoop : public RefCounted<AbstractEventLoop> {
> +    WTF_MAKE_FAST_ALLOCATED;

RefCounted is WTF_MAKE_FAST_ALLOCATED by default.

> Source/WebCore/dom/WindowEventLoop.h:37
> +class WindowEventLoop final : public AbstractEventLoop {
>      WTF_MAKE_FAST_ALLOCATED;

Not needed here either.


More information about the webkit-reviews mailing list