Title: [274831] trunk/Source/WebCore
Revision
274831
Author
hironori.fu...@sony.com
Date
2021-03-22 17:48:06 -0700 (Mon, 22 Mar 2021)

Log Message

Unreviewed build fix for AppleWin after r274827
https://bugs.webkit.org/show_bug.cgi?id=223500
<rdar://problem/75706741>

* platform/graphics/win/FontCustomPlatformData.cpp:
(WebCore::createFontCustomPlatformData):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (274830 => 274831)


--- trunk/Source/WebCore/ChangeLog	2021-03-23 00:47:22 UTC (rev 274830)
+++ trunk/Source/WebCore/ChangeLog	2021-03-23 00:48:06 UTC (rev 274831)
@@ -1,3 +1,12 @@
+2021-03-22  Fujii Hironori  <hironori.fu...@sony.com>
+
+        Unreviewed build fix for AppleWin after r274827
+        https://bugs.webkit.org/show_bug.cgi?id=223500
+        <rdar://problem/75706741>
+
+        * platform/graphics/win/FontCustomPlatformData.cpp:
+        (WebCore::createFontCustomPlatformData):
+
 2021-03-22  Jean-Yves Avenard  <j...@apple.com>
 
         Move management of RemoteCommandListener from MediaSessionManagerCocoa into NowPlayingManager.

Modified: trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp (274830 => 274831)


--- trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp	2021-03-23 00:47:22 UTC (rev 274830)
+++ trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp	2021-03-23 00:48:06 UTC (rev 274831)
@@ -104,7 +104,7 @@
     return fontName;
 }
 
-std::unique_ptr<FontCustomPlatformData> createFontCustomPlatformData(SharedBuffer& buffer, const String&)
+std::unique_ptr<FontCustomPlatformData> createFontCustomPlatformData(SharedBuffer& buffer, const String& itemInCollection)
 {
     String fontName = createUniqueFontName();
     HANDLE fontReference;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to