.
Created attachment 386143 [details] Patch
Created attachment 386150 [details] Proposed fix
Created attachment 386161 [details] Patch
Comment on attachment 386161 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=386161&action=review r=me once EWS is happy :) > Source/WebCore/inspector/InspectorFrontendHost.h:85 > String port(); Shouldn't this also be `const`? > Source/WebCore/inspector/InspectorFrontendHost.h:89 > + String platform() const; NIT: why not put this next to `port`?
Created attachment 386226 [details] Patch
Committed r253837: <https://trac.webkit.org/changeset/253837>
<rdar://problem/58122650>