Index: chrome/test/functional/popups.py |
diff --git a/chrome/test/functional/popups.py b/chrome/test/functional/popups.py |
index c49310ae6960a7a2c550e004e74cfa043e530982..3eddb1bd9e1d0b5c79fb9cb8c00b56147610f121 100755 |
--- a/chrome/test/functional/popups.py |
+++ b/chrome/test/functional/popups.py |
@@ -68,7 +68,7 @@ class PopupsTest(pyauto.PyUITest): |
self.DataDir(), 'popup_blocker', 'popup-window-open.html')) |
self.NavigateToURL(file_url, 1, 0) |
self.assertEquals('Popup created using window.open', |
- self.GetActiveTabTitle(window_index=1)) |
+ self.GetActiveTabTitle(1)) |
# Wait until the popup is blocked |
self.assertTrue(self.WaitUntil(lambda: |
len(self.GetBlockedPopupsInfo(tab_index=0, windex=1)) is 1), |