Title: [248151] trunk/Source/WebCore
Revision
248151
Author
[email protected]
Date
2019-08-02 01:58:35 -0700 (Fri, 02 Aug 2019)

Log Message

Remove unused constructor declaration from FontPlatformData
https://bugs.webkit.org/show_bug.cgi?id=200371

Reviewed by Carlos Garcia Campos.

It is not implemented by any port.

* platform/graphics/FontPlatformData.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (248150 => 248151)


--- trunk/Source/WebCore/ChangeLog	2019-08-02 08:56:47 UTC (rev 248150)
+++ trunk/Source/WebCore/ChangeLog	2019-08-02 08:58:35 UTC (rev 248151)
@@ -1,3 +1,14 @@
+2019-08-02  Konstantin Tokarev  <[email protected]>
+
+        Remove unused constructor declaration from FontPlatformData
+        https://bugs.webkit.org/show_bug.cgi?id=200371
+
+        Reviewed by Carlos Garcia Campos.
+
+        It is not implemented by any port.
+
+        * platform/graphics/FontPlatformData.h:
+
 2019-08-01  Chris Dumez  <[email protected]>
 
         Pages using MessagePorts should be PageCacheable

Modified: trunk/Source/WebCore/platform/graphics/FontPlatformData.h (248150 => 248151)


--- trunk/Source/WebCore/platform/graphics/FontPlatformData.h	2019-08-02 08:56:47 UTC (rev 248150)
+++ trunk/Source/WebCore/platform/graphics/FontPlatformData.h	2019-08-02 08:58:35 UTC (rev 248151)
@@ -80,7 +80,6 @@
     FontPlatformData(WTF::HashTableDeletedValueType);
     FontPlatformData();
 
-    FontPlatformData(const FontDescription&, const AtomString& family);
     FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation = FontOrientation::Horizontal, FontWidthVariant = FontWidthVariant::RegularWidth, TextRenderingMode = TextRenderingMode::AutoTextRendering);
 
 #if PLATFORM(COCOA)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to