Skip to content

Commit bb374d4

Browse files
gengjiawenBridgeAR
authored andcommitted
src: remove redundant call in inspector_io.cc
PR-URL: #26427 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Eugene Ostroukhov <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 3b19cbf commit bb374d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/inspector_io.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ void InspectorIo::ThreadMain() {
292292
script_path, script_name_));
293293
InspectorSocketServer server(std::move(delegate),
294294
&loop,
295-
host_port_->host().c_str(),
295+
host_port_->host(),
296296
host_port_->port());
297297
request_queue_ = queue->handle();
298298
// Its lifetime is now that of the server delegate

0 commit comments

Comments
 (0)