| Index: chrome/test/functional/media/media_stat_perf.py
|
| diff --git a/chrome/test/functional/media/media_stat_perf.py b/chrome/test/functional/media/media_stat_perf.py
|
| index 588208042f868064cb53b4551a4f2254680411a6..1f4b2a02b57a71bf920ac36726ff250d4717455a 100755
|
| --- a/chrome/test/functional/media/media_stat_perf.py
|
| +++ b/chrome/test/functional/media/media_stat_perf.py
|
| @@ -75,7 +75,7 @@ class MediaStatsPerfTest(pyauto.PyUITest):
|
| pyauto_utils.PrintPerfResult('dropped_frames', file_name, dropped_frames,
|
| 'frames')
|
|
|
| - self.GetBrowserWindow(0).GetTab(1).Close(True)
|
| + self.CloseTab(tab_index=1)
|
|
|
|
|
| if __name__ == '__main__':
|
|
|