Skip to content

Commit

Permalink
Build fix after bug 258764
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=259164
rdar://problem/112158177

Unreviewed build fix.

* Source/WebCore/platform/graphics/cocoa/UnrealizedCoreTextFont.cpp:
(WebCore::UnrealizedCoreTextFont::realize const):

Canonical link: https://commits.webkit.org/266008@main
  • Loading branch information
heycam committed Jul 12, 2023
1 parent fed41b3 commit ecc7e57
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ RetainPtr<CTFontRef> UnrealizedCoreTextFont::realize() const
}
return iterator->value.clamp(value);
#else
UNUSED_PARAM(variationDefaults);
UNUSED_PARAM(fontTag);
return value;
#endif
};
Expand Down

0 comments on commit ecc7e57

Please sign in to comment.