Title: [209214] trunk/Source/WebKit2
Revision
209214
Author
timothy_hor...@apple.com
Date
2016-12-01 14:36:22 -0800 (Thu, 01 Dec 2016)

Log Message

Try to fix the EFL/Gtk build

* UIProcess/efl/WebProcessPoolEfl.cpp:
(WebKit::WebProcessPool::platformResolvePathsForSandboxExtensions):
* UIProcess/gtk/WebProcessPoolGtk.cpp:
(WebKit::WebProcessPool::platformResolvePathsForSandboxExtensions):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (209213 => 209214)


--- trunk/Source/WebKit2/ChangeLog	2016-12-01 22:32:33 UTC (rev 209213)
+++ trunk/Source/WebKit2/ChangeLog	2016-12-01 22:36:22 UTC (rev 209214)
@@ -1,5 +1,14 @@
 2016-12-01  Tim Horton  <timothy_hor...@apple.com>
 
+        Try to fix the EFL/Gtk build
+
+        * UIProcess/efl/WebProcessPoolEfl.cpp:
+        (WebKit::WebProcessPool::platformResolvePathsForSandboxExtensions):
+        * UIProcess/gtk/WebProcessPoolGtk.cpp:
+        (WebKit::WebProcessPool::platformResolvePathsForSandboxExtensions):
+
+2016-12-01  Tim Horton  <timothy_hor...@apple.com>
+
         Every WKWebView initialization spends a few milliseconds hitting the disk
         https://bugs.webkit.org/show_bug.cgi?id=165268
         <rdar://problem/29010113>

Modified: trunk/Source/WebKit2/UIProcess/efl/WebProcessPoolEfl.cpp (209213 => 209214)


--- trunk/Source/WebKit2/UIProcess/efl/WebProcessPoolEfl.cpp	2016-12-01 22:32:33 UTC (rev 209213)
+++ trunk/Source/WebKit2/UIProcess/efl/WebProcessPoolEfl.cpp	2016-12-01 22:36:22 UTC (rev 209214)
@@ -133,4 +133,8 @@
     return API::WebsiteDataStore::defaultNetworkCacheDirectory();
 }
 
+void WebProcessPool::platformResolvePathsForSandboxExtensions()
+{
+}
+
 } // namespace WebKit

Modified: trunk/Source/WebKit2/UIProcess/gtk/WebProcessPoolGtk.cpp (209213 => 209214)


--- trunk/Source/WebKit2/UIProcess/gtk/WebProcessPoolGtk.cpp	2016-12-01 22:32:33 UTC (rev 209213)
+++ trunk/Source/WebKit2/UIProcess/gtk/WebProcessPoolGtk.cpp	2016-12-01 22:36:22 UTC (rev 209214)
@@ -130,4 +130,8 @@
     return API::WebsiteDataStore::defaultNetworkCacheDirectory();
 }
 
+void WebProcessPool::platformResolvePathsForSandboxExtensions()
+{
+}
+
 } // namespace WebKit
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to