| Index: chrome/test/webdriver/commands/url_command.cc
|
| diff --git a/chrome/test/webdriver/commands/url_command.cc b/chrome/test/webdriver/commands/url_command.cc
|
| index 34fa108af954248fe760f5370c3dd5187568ef24..26e2dd8d574673518a6718fef25322c641d64cba 100644
|
| --- a/chrome/test/webdriver/commands/url_command.cc
|
| +++ b/chrome/test/webdriver/commands/url_command.cc
|
| @@ -49,7 +49,7 @@ void URLCommand::ExecutePost(Response* const response) {
|
| return;
|
| }
|
|
|
| - session_->set_current_frame_xpath("");
|
| + session_->SetCurrentFrameXPath("");
|
| response->SetValue(new StringValue(url));
|
| response->SetStatus(kSuccess);
|
| }
|
|
|