Bug 209600 - [Cocoa] Fix incorrect rebase
Summary: [Cocoa] Fix incorrect rebase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-26 08:41 PDT by Per Arne Vollan
Modified: 2020-03-26 09:12 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.72 KB, patch)
2020-03-26 08:44 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2020-03-26 08:41:41 PDT
A rebase went wrong in <https://bugs.webkit.org/show_bug.cgi?id=203214> and placed the method call to enableRemoteInspectorIfNeeded() in the wrong method. It should be called in WebProcessProxy::didFinishLaunching.
Comment 1 Radar WebKit Bug Importer 2020-03-26 08:42:02 PDT
<rdar://problem/60920588>
Comment 2 Per Arne Vollan 2020-03-26 08:44:34 PDT
Created attachment 394614 [details]
Patch
Comment 3 Brent Fulgham 2020-03-26 08:55:52 PDT
Comment on attachment 394614 [details]
Patch

R=me
Comment 4 Per Arne Vollan 2020-03-26 09:10:12 PDT
Comment on attachment 394614 [details]
Patch

Thanks for reviewing!
Comment 5 EWS 2020-03-26 09:12:54 PDT
Committed r259046: <https://trac.webkit.org/changeset/259046>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 394614 [details].