Commit d650601b authored by Alexandr Ilin's avatar Alexandr Ilin Committed by Commit Bot

Fix a typo in a NavigationSimulator log message

Change-Id: I4c7aed23d680d70283f68124a7b7883b246cd0d9
Reviewed-on: https://chromium-review.googlesource.com/1061465Reviewed-by: default avatarCamille Lamy <clamy@chromium.org>
Commit-Queue: Alexandr Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559098}
parent 2b2a4396
......@@ -583,7 +583,7 @@ void NavigationSimulator::CommitErrorPage() {
void NavigationSimulator::CommitSameDocument() {
if (!browser_initiated_) {
CHECK_EQ(INITIALIZATION, state_)
<< "NavigationSimulator::CommitErrorPage should be the only "
<< "NavigationSimulator::CommitSameDocument should be the only "
"navigation event function called on the NavigationSimulator";
} else {
CHECK(same_document_);
......
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