Navigation Menu

Skip to content

Commit

Permalink
Build fix for PlayStation after r295476
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=241582

Reviewed by Myles C. Maxfield.

In r295476 RenderThemePlayStation::system implementation was removed but the declaration was still
present.

* Source/WebCore/rendering/RenderThemePlayStation.h:

Canonical link: https://commits.webkit.org/251518@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295513 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
donny-dont committed Jun 14, 2022
1 parent 0cfa8bf commit 802c297
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/WebCore/rendering/RenderThemePlayStation.h
Expand Up @@ -33,9 +33,6 @@ namespace WebCore {
class RenderThemePlayStation final : public RenderTheme {
public:
friend NeverDestroyed<RenderThemePlayStation>;

private:
FontCascadeDescription systemFont(CSSValueID systemFontID) const final;
};

} // namespace WebCore

0 comments on commit 802c297

Please sign in to comment.