Commit 7dcaa265 authored by Dan Carney's avatar Dan Carney

fix typo in pipeline.cc

TBR=bmeurer@chromium.org

BUG=

Review URL: https://codereview.chromium.org/743603003

Cr-Commit-Position: refs/heads/master@{#25413}
parent a39b2f50
......@@ -638,7 +638,7 @@ struct VerifyGraphPhase {
void Pipeline::BeginPhaseKind(const char* phase_kind_name) {
if (data_->pipeline_statistics() != NULL) {
data_->pipeline_statistics()->BeginPhaseKind("phase_kind_name");
data_->pipeline_statistics()->BeginPhaseKind(phase_kind_name);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment