Bug 187252 - Remove InitWebCoreThreadSystemInterface() in WKProcessPool _initWithConfiguration
Summary: Remove InitWebCoreThreadSystemInterface() in WKProcessPool _initWithConfigura...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sihui Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-02 09:38 PDT by Sihui Liu
Modified: 2018-07-03 02:34 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.35 KB, patch)
2018-07-02 09:44 PDT, Sihui Liu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>