⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 242347 in webkit


Ignore:
Timestamp:
Mar 4, 2019, 2:28:24 AM (7 years ago)
Author:
Adrian Perez de Castro
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.

Location:
releases/WebKitGTK/webkit-2.24/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog

    r242326 r242347  
     12019-03-04  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed build fix after r242163
     4
     5        This fixes WPE aftyer the backport for r242055 wrongly added a piece of code which is
     6        needed only in trunk and depends on changes introduced by a patch that is not being
     7        merged for 2.24.
     8
     9        * UIProcess/glib/WebProcessPoolGLib.cpp:
     10        (WebKit::WebProcessPool::platformInitializeWebProcess): Remove unneeded code.
     11
    1122019-03-02  Adrian Perez de Castro  <aperez@igalia.com>
    213
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp

    r242163 r242347  
    8484void WebProcessPool::platformInitializeWebProcess(WebProcessCreationParameters& parameters)
    8585{
    86 #if PLATFORM(WPE)
    87     parameters.hostClientFileDescriptor = wpe_renderer_host_create_client();
    88     parameters.implementationLibraryName = FileSystem::fileSystemRepresentation(wpe_loader_get_loaded_implementation_library_name());
    89 #endif
    90 
    9186    parameters.memoryCacheDisabled = m_memoryCacheDisabled || cacheModel() == CacheModel::DocumentViewer;
    9287    parameters.proxySettings = m_networkProxySettings;
Note: See TracChangeset for help on using the changeset viewer.