Summary: | [Mac] Web Inspector: Remove stale inspector process termination code | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bburg, commit-queue, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Joseph Pecoraro
2016-08-31 16:38:42 PDT
Created attachment 287564 [details]
[PATCH] Proposed Fix
Comment on attachment 287564 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=287564&action=review r=me > Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm:-165 > -- (void)_didRelaunchProcess This is an override from WKWebViewPrivate, but the base implementation only does anything for iOS, and it's only called from PageClientImplIOS.mm. I wonder why we went this route... Comment on attachment 287564 [details] [PATCH] Proposed Fix Clearing flags on attachment: 287564 Committed r205299: <http://trac.webkit.org/changeset/205299> All reviewed patches have been landed. Closing bug. |