Bug 192960 - Remove unused SPI WKProcessPool._disableServiceWorkerProcessTerminationDelay
Summary: Remove unused SPI WKProcessPool._disableServiceWorkerProcessTerminationDelay
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-20 16:06 PST by Alex Christensen
Modified: 2020-02-26 17:12 PST (History)
4 users (show)

See Also:


Attachments
Patch (13.90 KB, patch)
2018-12-20 16:07 PST, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2018-12-20 16:06:02 PST
Remove unused SPI WKProcessPool._disableServiceWorkerProcessTerminationDelay
Comment 1 Chris Dumez 2018-12-20 16:07:15 PST
We added it for an API test.
Comment 2 Alex Christensen 2018-12-20 16:07:21 PST
Created attachment 357891 [details]
Patch
Comment 3 Chris Dumez 2018-12-20 16:09:06 PST
Comment on attachment 357891 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=357891&action=review

> Source/WebCore/ChangeLog:3
> +        Remove unused SPI WKProcessPool._disableServiceWorkerProcessTerminationDelay

$ git grep _disableServiceWorkerProcessTerminationDelay Tools/
Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm:    [processPool _disableServiceWorkerProcessTerminationDelay];
Comment 4 Alex Christensen 2018-12-20 16:09:40 PST
Comment on attachment 357891 [details]
Patch

You're right.  I don't know why it compiled successfully for me.