Index: chrome/test/chromedriver/session_commands.cc |
diff --git a/chrome/test/chromedriver/session_commands.cc b/chrome/test/chromedriver/session_commands.cc |
index c47ef7226a5a4e520904d13c1927d78635f43fc0..df520a4b0b894cdff963a952c7cee8aeb5dae8f6 100644 |
--- a/chrome/test/chromedriver/session_commands.cc |
+++ b/chrome/test/chromedriver/session_commands.cc |
@@ -469,7 +469,7 @@ Status ExecuteIsLoading( |
bool is_pending; |
status = web_view->IsPendingNavigation( |
- session->GetCurrentFrameId(), &is_pending); |
+ session->GetCurrentFrameId(), nullptr, &is_pending); |
if (status.IsError()) |
return status; |
value->reset(new base::FundamentalValue(is_pending)); |