| Index: chrome/test/functional/stress.py
|
| diff --git a/chrome/test/functional/stress.py b/chrome/test/functional/stress.py
|
| index c64315fcd3784bfe4847d361c06a80b443f2bfc3..f5866ac1c8d4574fd4075ce15621854e896b013f 100644
|
| --- a/chrome/test/functional/stress.py
|
| +++ b/chrome/test/functional/stress.py
|
| @@ -235,7 +235,8 @@ class StressTest(pyauto.PyUITest):
|
| info = self.GetBrowserInfo()
|
| # Kill all renderer processes
|
| for tab_index in range(self.GetTabCount(0)):
|
| - self.Kill(info['windows'][0]['tabs'][tab_index]['renderer_pid'])
|
| + self.KillRendererProcess(
|
| + info['windows'][0]['tabs'][tab_index]['renderer_pid'])
|
| self._ReloadAllTabs()
|
| self._CloseAllTabs()
|
|
|
|
|