Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f69cd004ede2b6cdaa767ea4cea5b6e9acef1c10
https://github.com/WebKit/WebKit/commit/f69cd004ede2b6cdaa767ea4cea5b6e9acef1c10
Author: Claudio Saavedra <[email protected]>
Date: 2026-06-22 (Mon, 22 Jun 2026)
Changed paths:
M
Source/WebCore/platform/graphics/texmap/GraphicsContextGLTextureMapperANGLE.cpp
Log Message:
-----------
Qualify contains() as WTF::contains() in GraphicsContextGLTextureMapperANGLE
https://bugs.webkit.org/show_bug.cgi?id=317580
Unreviewed build fix.
315410@main added an #include "SimpleRange.h" to WebCorePrefix.h, making
WebCore's contains() overloads shadow WTF::contains() during unqualified
lookup and breaking the build. Qualify the call as WTF::contains(),
matching GraphicsContextGLCocoa.mm.
Canonical link: https://commits.webkit.org/315589@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications