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

Changeset 228307 in webkit


Ignore:
Timestamp:
Feb 8, 2018, 6:13:18 PM (9 years ago)
Author:
Ross Kirsling
Message:

Remove WebProcessPool::platformInitialize stub.
https://bugs.webkit.org/show_bug.cgi?id=182621

Reviewed by Alex Christensen.

The #if here could be simplified to PLATFORM(WIN), but Windows too will need a proper implementation
as part of WK2 support, so this stub shouldn't need to exist at all.

  • UIProcess/WebProcessPool.cpp:

(WebKit::WebProcessPool::platformInitialize): Deleted.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r228304 r228307  
     12018-02-08  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        Remove WebProcessPool::platformInitialize stub.
     4        https://bugs.webkit.org/show_bug.cgi?id=182621
     5
     6        Reviewed by Alex Christensen.
     7
     8        The #if here could be simplified to PLATFORM(WIN), but Windows too will need a proper implementation
     9        as part of WK2 support, so this stub shouldn't need to exist at all.
     10
     11        * UIProcess/WebProcessPool.cpp:
     12        (WebKit::WebProcessPool::platformInitialize): Deleted.
     13
    1142018-02-08  Michael Catanzaro  <mcatanzaro@igalia.com>
    215
  • trunk/Source/WebKit/UIProcess/WebProcessPool.cpp

    r228218 r228307  
    284284}
    285285
    286 #if !PLATFORM(COCOA) && !PLATFORM(GTK) && !PLATFORM(WPE)
    287 void WebProcessPool::platformInitialize()
    288 {
    289 }
    290 #endif
    291 
    292286WebProcessPool::~WebProcessPool()
    293287{
Note: See TracChangeset for help on using the changeset viewer.