[webkit-reviews] review granted: [Bug 238020] [GTK][WPE] m_compositorThread ASSERT in TextureMapper classes can just be used in debug mode : [Attachment 454966] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 07:20:29 PDT 2022


Michael Catanzaro <mcatanzaro at gnome.org> has granted Alejandro G. Castro
<alex at igalia.com>'s request for review:
Bug 238020: [GTK][WPE] m_compositorThread ASSERT in TextureMapper classes can
just be used in debug mode
https://bugs.webkit.org/show_bug.cgi?id=238020

Attachment 454966: Patch

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




--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 454966
  --> https://bugs.webkit.org/attachment.cgi?id=454966
Patch

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

>
Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerProxyGL.cpp:9
2
>      ASSERT(m_compositorThread == &Thread::current());
> +#if ASSERT_ENABLED
> +	   m_compositorThread = nullptr;
> +#endif

Indentation is off here


More information about the webkit-reviews mailing list