Title: [242347] releases/WebKitGTK/webkit-2.24/Source/WebKit
Revision
242347
Author
ape...@igalia.com
Date
2019-03-04 02:28:24 -0800 (Mon, 04 Mar 2019)

Log Message

Unreviewed build fix after r242163

This fixes WPE aftyer the backport for r242055 wrongly added a piece of code which is
needed only in trunk and depends on changes introduced by a patch that is not being
merged for 2.24.

* UIProcess/glib/WebProcessPoolGLib.cpp:
(WebKit::WebProcessPool::platformInitializeWebProcess): Remove unneeded code.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (242346 => 242347)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-04 09:58:08 UTC (rev 242346)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-03-04 10:28:24 UTC (rev 242347)
@@ -1,3 +1,14 @@
+2019-03-04  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed build fix after r242163
+
+        This fixes WPE aftyer the backport for r242055 wrongly added a piece of code which is
+        needed only in trunk and depends on changes introduced by a patch that is not being
+        merged for 2.24.
+
+        * UIProcess/glib/WebProcessPoolGLib.cpp:
+        (WebKit::WebProcessPool::platformInitializeWebProcess): Remove unneeded code.
+
 2019-03-02  Adrian Perez de Castro  <ape...@igalia.com>
 
         [WPE] Public API headers are missing autocleanup definitions

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp (242346 => 242347)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp	2019-03-04 09:58:08 UTC (rev 242346)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp	2019-03-04 10:28:24 UTC (rev 242347)
@@ -83,11 +83,6 @@
 
 void WebProcessPool::platformInitializeWebProcess(WebProcessCreationParameters& parameters)
 {
-#if PLATFORM(WPE)
-    parameters.hostClientFileDescriptor = wpe_renderer_host_create_client();
-    parameters.implementationLibraryName = FileSystem::fileSystemRepresentation(wpe_loader_get_loaded_implementation_library_name());
-#endif
-
     parameters.memoryCacheDisabled = m_memoryCacheDisabled || cacheModel() == CacheModel::DocumentViewer;
     parameters.proxySettings = m_networkProxySettings;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to