Skip to content

Commit

Permalink
Make sure OnFetchStartError is dispatched on the right thread
Browse files Browse the repository at this point in the history
BUG=

Review-Url: https://codereview.chromium.org/2338863002
Cr-Commit-Position: refs/heads/master@{#418292}
  • Loading branch information
alexclarke authored and Commit bot committed Sep 13, 2016
1 parent 2a77317 commit f0e5332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headless/public/util/generic_url_request_job.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void GenericURLRequestJob::OnCookiesAvailable(
}

void GenericURLRequestJob::OnFetchStartError(net::Error error) {
OnStartError(error);
DispatchStartError(error);
}

void GenericURLRequestJob::OnFetchComplete(
Expand Down

0 comments on commit f0e5332

Please sign in to comment.