Title: [212473] trunk/Source/WebKit2
Revision
212473
Author
aakash_j...@apple.com
Date
2017-02-16 15:18:40 -0800 (Thu, 16 Feb 2017)

Log Message

Remove unused WKContextGetProcessSuppressionEnabled and WKContextSetProcessSuppressionEnabled
https://bugs.webkit.org/show_bug.cgi?id=168460

Reviewed by Dan Bernstein.

* UIProcess/API/C/mac/WKContextPrivateMac.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (212472 => 212473)


--- trunk/Source/WebKit2/ChangeLog	2017-02-16 23:16:36 UTC (rev 212472)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-16 23:18:40 UTC (rev 212473)
@@ -1,5 +1,14 @@
 2017-02-16  Aakash Jain  <aakash_j...@apple.com>
 
+        Remove unused WKContextGetProcessSuppressionEnabled and WKContextSetProcessSuppressionEnabled
+        https://bugs.webkit.org/show_bug.cgi?id=168460
+
+        Reviewed by Dan Bernstein.
+
+        * UIProcess/API/C/mac/WKContextPrivateMac.h:
+
+2017-02-16  Aakash Jain  <aakash_j...@apple.com>
+
         Removed unused method WKContextGetProcessModel
         https://bugs.webkit.org/show_bug.cgi?id=168457
 

Modified: trunk/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.h (212472 => 212473)


--- trunk/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.h	2017-02-16 23:16:36 UTC (rev 212472)
+++ trunk/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.h	2017-02-16 23:18:40 UTC (rev 212473)
@@ -33,9 +33,6 @@
 extern "C" {
 #endif
 
-WK_EXPORT bool WKContextGetProcessSuppressionEnabled(WKContextRef context);
-WK_EXPORT void WKContextSetProcessSuppressionEnabled(WKContextRef context, bool enabled);
-
 WK_EXPORT bool WKContextIsPlugInUpdateAvailable(WKContextRef context, WKStringRef plugInBundleIdentifier);
 
 WK_EXPORT void WKContextSetPluginLoadClientPolicy(WKContextRef context, WKPluginLoadClientPolicy policy, WKStringRef host, WKStringRef bundleIdentifier, WKStringRef versionString);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to