Changeset 228307 in webkit
- Timestamp:
- Feb 8, 2018, 6:13:18 PM (9 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/WebProcessPool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r228304 r228307 1 2018-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 1 14 2018-02-08 Michael Catanzaro <mcatanzaro@igalia.com> 2 15 -
trunk/Source/WebKit/UIProcess/WebProcessPool.cpp
r228218 r228307 284 284 } 285 285 286 #if !PLATFORM(COCOA) && !PLATFORM(GTK) && !PLATFORM(WPE)287 void WebProcessPool::platformInitialize()288 {289 }290 #endif291 292 286 WebProcessPool::~WebProcessPool() 293 287 {
Note:
See TracChangeset
for help on using the changeset viewer.