Bug 187252

Summary: Remove InitWebCoreThreadSystemInterface() in WKProcessPool _initWithConfiguration
Product: WebKit Reporter: Sihui Liu <sihui_liu>
Component: New BugsAssignee: Sihui Liu <sihui_liu>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ddkilzer, mitz, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Sihui Liu 2018-07-02 09:38:48 PDT
As <rdar://problem/15256572> is fixed, this code is redundant.
Comment 1 Sihui Liu 2018-07-02 09:44:17 PDT
InitWebCoreThreadSystemInterface will be invoked by InitializeWebKit2 and InitializeWebKit2 is called in API::Object::Object(). So we don't need InitWebCoreThreadSystemInterface in WKProcessPool _initWithConfiguration.
Comment 2 Sihui Liu 2018-07-02 09:44:53 PDT
Created attachment 344107 [details]
Patch
Comment 3 WebKit Commit Bot 2018-07-02 13:50:23 PDT
Comment on attachment 344107 [details]
Patch

Clearing flags on attachment: 344107

Committed r233431: <https://trac.webkit.org/changeset/233431>
Comment 4 WebKit Commit Bot 2018-07-02 13:50:24 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-07-02 13:51:37 PDT
<rdar://problem/41739175>