| Index: chrome/test/webdriver/commands/implicit_wait_command.cc
|
| diff --git a/chrome/test/webdriver/commands/implicit_wait_command.cc b/chrome/test/webdriver/commands/implicit_wait_command.cc
|
| index 484f53d3ce7290a16d323cbd64b9e87ba1dcabc3..75df44c73512ebad42057d073235249c4855adfb 100644
|
| --- a/chrome/test/webdriver/commands/implicit_wait_command.cc
|
| +++ b/chrome/test/webdriver/commands/implicit_wait_command.cc
|
| @@ -52,7 +52,7 @@ void ImplicitWaitCommand::ExecutePost(Response* const response) {
|
| return;
|
| }
|
|
|
| - session_->set_implicit_wait(ms_to_wait);
|
| + session_->SetImplicitWait(ms_to_wait);
|
| LOG(INFO) << "Implicit wait set to: " << ms_to_wait << " ms";
|
|
|
| response->SetValue(new StringValue("success"));
|
|
|