Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6f3958078323112876fffbb99398e42639c8ceac
      
https://github.com/WebKit/WebKit/commit/6f3958078323112876fffbb99398e42639c8ceac
  Author: Ross Kirsling <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to