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 <anna@addaleax.net>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
gengjiawen authored and danbev committed Mar 7, 2019
1 parent 9f2bde5 commit f25c5ad
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 f25c5ad

Please sign in to comment.