fix typo in pipeline.cc

TBR=bmeurer@chromium.org

BUG=

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

Cr-Commit-Position: refs/heads/master@{#25413}
This commit is contained in:
Dan Carney 2014-11-19 09:55:13 +01:00
parent a39b2f5008
commit 7dcaa2652a

View File

@ -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);
}
}