Title: [213015] trunk/Source/WebKit2
Revision
213015
Author
[email protected]
Date
2017-02-26 16:13:10 -0800 (Sun, 26 Feb 2017)

Log Message

Remove leftover WebKit2 C API function declarations
https://bugs.webkit.org/show_bug.cgi?id=168879

Reviewed by Tim Horton.

* UIProcess/API/C/WKPreferencesRefPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (213014 => 213015)


--- trunk/Source/WebKit2/ChangeLog	2017-02-27 00:12:51 UTC (rev 213014)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-27 00:13:10 UTC (rev 213015)
@@ -1,5 +1,14 @@
 2017-02-26  Alexey Proskuryakov  <[email protected]>
 
+        Remove leftover WebKit2 C API function declarations
+        https://bugs.webkit.org/show_bug.cgi?id=168879
+
+        Reviewed by Tim Horton.
+
+        * UIProcess/API/C/WKPreferencesRefPrivate.h:
+
+2017-02-26  Alexey Proskuryakov  <[email protected]>
+
         Remove some old WKSecurityOrigin binary compatibility stubs
         https://bugs.webkit.org/show_bug.cgi?id=168881
 

Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPreferencesRefPrivate.h (213014 => 213015)


--- trunk/Source/WebKit2/UIProcess/API/C/WKPreferencesRefPrivate.h	2017-02-27 00:12:51 UTC (rev 213014)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPreferencesRefPrivate.h	2017-02-27 00:13:10 UTC (rev 213015)
@@ -398,10 +398,6 @@
 WK_EXPORT double WKPreferencesGetMinimumZoomFontSize(WKPreferencesRef preferencesRef);
 
 // Not implemented, should be deleted once Safari no longer uses this function.
-WK_EXPORT void WKPreferencesSetScreenFontSubstitutionEnabled(WKPreferencesRef preferences, bool enabled);
-WK_EXPORT bool WKPreferencesGetScreenFontSubstitutionEnabled(WKPreferencesRef preferences);
-
-// Not implemented, should be deleted once Safari no longer uses this function.
 WK_EXPORT void WKPreferencesSetAntialiasedFontDilationEnabled(WKPreferencesRef preferences, bool enabled);
 WK_EXPORT bool WKPreferencesGetAntialiasedFontDilationEnabled(WKPreferencesRef preferences);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to