[webkit-changes] [WebKit/WebKit] c089c7: Fix PlayStation build following 277192 at main
Ross Kirsling
noreply at github.com
Mon Apr 8 20:45:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c089c7bbfc21c7d3fd958631cc0c1de6861ca7a4
https://github.com/WebKit/WebKit/commit/c089c7bbfc21c7d3fd958631cc0c1de6861ca7a4
Author: Ross Kirsling <ross.kirsling at sony.com>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M Source/WebCore/platform/graphics/PlatformDisplay.cpp
Log Message:
-----------
Fix PlayStation build following 277192 at main
https://bugs.webkit.org/show_bug.cgi?id=272367
Unreviewed build fix.
* Source/WebCore/platform/graphics/PlatformDisplay.cpp:
The condition `#ifndef EGL_VERSION_1_5` seems to be based on an assumption that doesn't hold for PS port,
so revert it to the explicit `#if !defined`s that we had before.
Canonical link: https://commits.webkit.org/277230@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