[webkit-changes] [WebKit/WebKit] 6f3958: Fix incorrect macro ordering in RemoteGraphicsCont...
Ross Kirsling
noreply at github.com
Mon Oct 14 20:50:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6f3958078323112876fffbb99398e42639c8ceac
https://github.com/WebKit/WebKit/commit/6f3958078323112876fffbb99398e42639c8ceac
Author: Ross Kirsling <ross.kirsling at sony.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.cpp
Log Message:
-----------
Fix incorrect macro ordering in RemoteGraphicsContextGL
https://bugs.webkit.org/show_bug.cgi?id=281471
Unreviewed -Werror build fix.
* Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.cpp:
WTF_ALLOW_UNSAFE_BUFFER_USAGE_BEGIN occurs inside the #if that guards the whole file, so
WTF_ALLOW_UNSAFE_BUFFER_USAGE_END must also occur prior to the corresponding #endif.
Canonical link: https://commits.webkit.org/285173@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list