Skip to content

Commit

Permalink
src: remove redundant call in inspector_io.cc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gengjiawen authored and BridgeAR committed Mar 14, 2019
1 parent 3b19cbf commit bb374d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspector_io.cc
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void InspectorIo::ThreadMain() {
script_path, script_name_));
InspectorSocketServer server(std::move(delegate),
&loop,
host_port_->host().c_str(),
host_port_->host(),
host_port_->port());
request_queue_ = queue->handle();
// Its lifetime is now that of the server delegate
Expand Down

0 comments on commit bb374d4

Please sign in to comment.