Skip to content

Commit

Permalink
269758@main broke builds that enable WebXR
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=263684
rdar://117494044

Unreviewed build fix.

* Source/WebCore/platform/graphics/cocoa/GraphicsContextGLCocoa.mm:
(WebCore::GraphicsContextGLCocoa::enableRequiredWebXRExtensionsImpl):
Fix mispelling of Extension.

Canonical link: https://commits.webkit.org/269783@main
  • Loading branch information
ryanhaddad committed Oct 25, 2023
1 parent e93103f commit 04e0663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ static bool needsEAGLOnMac()
&& enableExtension("GL_ANGLE_framebuffer_blit"_s)
&& enableExtension("GL_EXT_sRGB"_s)
&& enableExtension("GL_OES_EGL_image"_s)
&& enableExtenison("GL_OES_rgb8_rgba8"_s);
&& enableExtension("GL_OES_rgb8_rgba8"_s);
}
#endif

Expand Down

0 comments on commit 04e0663

Please sign in to comment.