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

Log Message

Removed unused method WKContextGetProcessModel
https://bugs.webkit.org/show_bug.cgi?id=168457

Reviewed by Dan Bernstein.

* UIProcess/API/C/WKContext.h: Removed WKContextGetProcessModel.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (212470 => 212471)


--- trunk/Source/WebKit2/ChangeLog	2017-02-16 23:13:45 UTC (rev 212470)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-16 23:16:13 UTC (rev 212471)
@@ -1,3 +1,12 @@
+2017-02-16  Aakash Jain  <aakash_j...@apple.com>
+
+        Removed unused method WKContextGetProcessModel
+        https://bugs.webkit.org/show_bug.cgi?id=168457
+
+        Reviewed by Dan Bernstein.
+
+        * UIProcess/API/C/WKContext.h: Removed WKContextGetProcessModel.
+
 2017-02-16  Tim Horton  <timothy_hor...@apple.com>
 
         WKWebView inside a UICollectionView flashes when items are inserted above it

Modified: trunk/Source/WebKit2/UIProcess/API/C/WKContext.h (212470 => 212471)


--- trunk/Source/WebKit2/UIProcess/API/C/WKContext.h	2017-02-16 23:13:45 UTC (rev 212470)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKContext.h	2017-02-16 23:16:13 UTC (rev 212471)
@@ -132,7 +132,6 @@
 
 // FIXME: Move these to WKDeprecatedFunctions.cpp once support for Mavericks has been dropped.
 WK_EXPORT void WKContextSetProcessModel(WKContextRef, WKProcessModel);
-WK_EXPORT WKProcessModel WKContextGetProcessModel(WKContextRef);
 
 WK_EXPORT void WKContextSetMaximumNumberOfProcesses(WKContextRef context, unsigned numberOfProcesses);
 WK_EXPORT unsigned WKContextGetMaximumNumberOfProcesses(WKContextRef context);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to